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

I am getting this error i just try the sample code below const DateTimeField = require('react-bootstrap-datetimepicker') export class HorizontalCustomLabels extends React.Component { constructor() { super() } render() { return (...

I have used this picker and working very well with design also. But I am not able to add name attribute in the input field which populate for this datetimepicker....

I am using this component, works quite well. But, when I select any date time, it gets converted to UTC and then sent to the SUBMIT requests. I want the...

This relates to a split in the latest React framework. In React > 15.5 the "PropTypes" library has been broken out of the core framework. In the latest react version...

The bootstrap style is not working..it looks like this when I use it: ![screenshot_2015-12-10_11-00-53](https://cloud.githubusercontent.com/assets/10072445/11705765/8aa4f6bc-9f2d-11e5-9b4b-2ab2cea0046a.png) I guess it should be like this: ![screenshot_2015-12-10_11-04-35](https://cloud.githubusercontent.com/assets/10072445/11705805/f454b106-9f2d-11e5-9b58-a84ecac4344b.png)

remove hardcoded english locale add new property locale example `` by default locale taken from moment js current locale ![screen shot 2016-06-06 at 16 31 01](https://cloud.githubusercontent.com/assets/994240/15823619/2957c1a0-2c04-11e6-8317-83245fdfc86b.png) ![screen shot 2016-06-06 at...

When the component is nested in a positioned element, such as a bootstrap column, it positions the picker widget incorrectly. Currently, it looks like it attempts to calculate a horizontal...

Can some please explain why i am getting this Warning. "Warning: Failed prop type: Invalid prop `dateTime` supplied to `DateTimeField`." below is my code i have taken **date** through props...