react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
[DEPRECATED] A react.js datetime picker for bootstrap
Module build failed: SyntaxError: > 20 | handleChange = (newDate) => { > | ^ > 21 | console.log("newDate", newDate); > 22 | return this.setState({date: newDate}); > 23 | }...
The dateTime never updates when a property changes. The value in this.props.dateTime is updated correctly but the component keeps the initial value regardless of how many times the property changes...
What if my datepicker input is close to the viewport edge. After clicking it I get datepicker cut short by the viewport edge. Is it handled? And if no, should...
I know I am reading the documentation and code correctly. I am trying to have the calendar 'popup' below the 'date input' with the left side of the calendar aligning...
After calculating the dynamic offset.top correctly it is hardcoded to 40 [here](https://github.com/quri/react-bootstrap-datetimepicker/blob/master/src/DateTimeField.js#L278) when no direction prop is provided. I might be misunderstanding the logic here but it seems the DateTimeField...
 I clicked on the bottom datepicker and the top datepicker and they all appear in the wrong place.
There are a lot of cases where you either want to provide a datetime or not. The component should be able to handle `""` or `null` on it's `dateTime` property,...
Hi, I've got one other library (react-motion) on my queue, but I am putting together a .d.ts file for this project while I use it in a TypeScript project I'm...
Is there a way to display calendar on input focus? Maybe some exposed methods?