react-datetime-picker
react-datetime-picker copied to clipboard
A datetime picker for your React app.
I'm having an issue where I had to comment out: ``` isDevelopmentEnv && [ 'babel-plugin-transform-react-remove-prop-types', { removeImport: true } ] ].filter(Boolean) ``` because React-Bootstrap's modal would fail with this option...
**preconditions:** - the date picker is initialized without a date and a format similar to MM/dd/y OR - the date picker is initialized with a date and the 'clear' button...
So, I just spent some time trying to get this looking nice in my project.  All I needed to do was be able to apply a class to the...
Is there a way to style the __inputGroup without resorting to a lot of !important class definitions? Even using the nostyle option, all of the inputs are set at fixed...
Is it possible to have the input field to increment/decrement when using mouse wheel/keyboard up/keyboard down? For example I'm using the mouse wheel on the seconds field, continuously scrolling up,...
How do I pass the "name" prop into the onChange handler. It seems to only return the actual date/time which is very limiting.
Is something like a combo box posible to select the time? 
FEATURE REQUEST -- Not an issue. In react-testing-library (now @testing-library/react) they have a method called getByTestId which hooks into components by looking for a certain attribute, default is data-testid. I...
We're using velocity-react to slideIn the picker, but using this seems to cause an issue with the calculation of input sizes. For example, here's our usage: ``` {showDate ? (...
There is a fatal error causing pages to crash when the picker is clicked: Uncaught TypeError: Cannot read property 'clientHeight' of null I think it perhaps is related to the...