react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

A datetime picker for your React app.

Results 58 react-datetime-picker issues
Sort by recently updated
recently updated
newest added

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. ![screenshot_20181112_174310](https://user-images.githubusercontent.com/20593811/48327241-72ce1900-e6a2-11e8-8511-36c17af783d0.png) All I needed to do was be able to apply a class to the...

enhancement

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...

question

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,...

enhancement

How do I pass the "name" prop into the onChange handler. It seems to only return the actual date/time which is very limiting.

question

Is something like a combo box posible to select the time? ![TimeSelector](https://user-images.githubusercontent.com/11162684/63422936-98473a80-c40b-11e9-8b17-1a8c51fd809a.jpg)

question

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...

enhancement

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 ? (...

question

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...

bug