react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
[DEPRECATED] A react.js datetime picker for bootstrap
How do you like this idea? [commit](https://github.com/quri/react-bootstrap-datetimepicker/compare/master...kozlikov:patch-1)
`ERROR in Path must be a string. Received undefined` There are a error while run the examples. My node version is v8.1.0, npm version is 5.0.3 How to resolve? Thanks
Getting this error in the Gulp console: [ReferenceError: [BABEL] C:\Apps\workspace\betty.acdb.ui\node_modules\react-bootstrap-datetimepicker\lib\DateTimeField.js: Unknown option: C:\Apps\workspace\betty.acdb.ui\node_modules\react-bootstrap-datetimepicker.babelrc.optional while parsing file: C:\Apps\workspace\betty.acdb.ui\node_modules\react-bootstrap-datetimepicker\lib\DateTimeField.js This is the content inside babel.rc { "optional": ["runtime"], "stage": 0 } When...
Can we add attribute like `disabled={true}` ?

Hi there, This is my code which I am using in my current react project. The problem with the datefeild is if we supply defaultdate as null or empty (this.props.datevalue=...
E.g. when creating the moment I want to do this: moment.utc('datetime string', 'format string', true) not moment.('datetime string', 'format string', true) As per the moment docs: By default, moment parses...
when use label include DateTimeField and use mode='time', inputFormat='HH:mm', click label or everywhere in the label will trigger the togglePeriod method and pop error. change the to can fix it.