You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not able to access the datetime field , as i am getting following error like below.
Could you please help me regarding this.
Uncaught TypeError: $(...).datetimepicker is not a function
at Constructor.componentDidMount (EmploymentVerificationForm.js:13)
at CallbackQueue.notifyAll (react-with-addons.js:889)
at ReactReconcileTransaction.close (react-with-addons.js:13509)
at ReactReconcileTransaction.closeAll (react-with-addons.js:17336)
at ReactReconcileTransaction.perform (react-with-addons.js:17283)
at ReactUpdatesFlushTransaction.perform (react-with-addons.js:17270)
at ReactUpdatesFlushTransaction.perform (react-with-addons.js:15335)
at Object.flushBatchedUpdates (react-with-addons.js:15396)
at Object.wrapper [as flushBatchedUpdates] (react-with-addons.js:12883)
at ReactDefaultBatchingStrategyTransaction.closeAll (react-with-addons.js:17336)
added the bower path to requirejs.config file and below is the class defination.
Hi ,
I am using http://eonasdan.github.io/bootstrap-datetimepicker/#no-icon-input-field-only datefield plugin ,
not able to access the datetime field , as i am getting following error like below.
Could you please help me regarding this.
Uncaught TypeError: $(...).datetimepicker is not a function
at Constructor.componentDidMount (EmploymentVerificationForm.js:13)
at CallbackQueue.notifyAll (react-with-addons.js:889)
at ReactReconcileTransaction.close (react-with-addons.js:13509)
at ReactReconcileTransaction.closeAll (react-with-addons.js:17336)
at ReactReconcileTransaction.perform (react-with-addons.js:17283)
at ReactUpdatesFlushTransaction.perform (react-with-addons.js:17270)
at ReactUpdatesFlushTransaction.perform (react-with-addons.js:15335)
at Object.flushBatchedUpdates (react-with-addons.js:15396)
at Object.wrapper [as flushBatchedUpdates] (react-with-addons.js:12883)
at ReactDefaultBatchingStrategyTransaction.closeAll (react-with-addons.js:17336)
added the bower path to requirejs.config file and below is the class defination.
define(['react', 'classnames', 'jquery', 'jquery-ui', 'app/VerifyFooterTataCapital','app/VerifyFooter','eonasdan-bootstrap-datetimepicker'],
function(React, classNames, $, ui, VerifyFooterTataCapital,VerifyFooter,Datetimepicker){
});
The text was updated successfully, but these errors were encountered: