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

A datetime picker for your React app.

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

Firefox and IE11 need to delete value before type. Not correct year field workking. Users can add leading zero almost everywhere like 012. ![image](https://user-images.githubusercontent.com/8597639/87423486-117eeb80-c5e3-11ea-9e2b-a161495aaf3a.png)

Any workaround around this? Banging my head since morning. Invalid inputs are not triggering the onChange function to handle it. How do I render an error message like "Invalid Time....

For example, when user types "25" on hour input, can I prevent the number from being rendered on the input? BTW, this project is AWESOME! cc. @wojtekmaj

enhancement

Hi! Can you recommend how to make it possible to enter negative year values, for example to allow dates B.C.? Thanks!

Hi, Seems like the isCalendarOpen prop is not working. Actual: When the calendar is forced to stay open via isCalendarOpen={true}, it is not opening. Expected: When the prop isCalendarOpen={true} passed,...

I expected that upon opening the calendar, it'd open in the max allowed month and year, but that does not occur.

Summary: there are three dates and they're all out of sync with each other: minDate, value, and the UI's date. Suppose you have a datetime-picker with a minimum datetime. You...

Hello, thanks for the wonderful tools you have created. I have a problem with styling conflicts when I import two different packages. The first one is the react-calendar and the...

Hello everyone, I'm currently using two react-datetime-picker instances and want to synchronize the resulting dates with one another. The first datetime-picker is used for the start-date, while the second one...

question

**preconditions:** - Add several inputs (including date picker) on the page. **steps to reproduce:** - set focus on the first one - press and hold Tab key **expected result:** -...