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

Our application allows users to specify the time down to milliseconds. It would be nice if this library provided this feature.

I post a question here : http://stackoverflow.com/questions/36793617/react-bootstrap-datetimepicker-icon-position about the icon position next to the html field. It is may be something react-bootstrap-datetimepicker can't do yet? I'll appreciate any help :)

Hey, I tried including this into a Bootstrap 4 / react-bootstrap 0.29.2 app, and it seems like it's a long way towards working. Key bugs I saw: - None of...

@chollier Great work in porting this library to react. I took some time and refactored your code greatly as it currently lacks a lot of functionalities the original plugin has....

The date popup always positions itself relative to the right hand side of the date control, I think 40px from the right. This results in the popup falling off the...

Setting a null value initially for the datepicker (or an empty string for that matter) breaks the datepicker. If it is passed a `null` value, the calendar isn't even shown...

Component has it's internal state but it's impossible to store state of a component (value and inputValue) somewhere outside (in store for example). Do you have plans to implement fully...

I think this should resolve issue #122. Now instead of performing the formatting regardless of 'value' the formatting will only occur if the moment creation is valid. Otherwise it will...