react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

[DEPRECATED] A react.js datetime picker for bootstrap

Results 100 react-bootstrap-datetimepicker issues
Sort by recently updated
recently updated
newest added

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}` ?

![image](https://cloud.githubusercontent.com/assets/1203827/20922911/dda6690c-bbe4-11e6-9508-149785fa84f5.png)

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.