react-datetime-picker
react-datetime-picker copied to clipboard
A datetime picker for your React app.
This is a simple proposal, when using this plugin, I came across a need to only make users input minutes that are round figures. Say, "12:00, 12:10, 12:20" because I...
Hi woktekmaj i really i have the honor to ask you this question i want to use datet ime range picker and i want to know if i can make...
https://user-images.githubusercontent.com/84212414/151247516-41326c1e-c942-4b8f-99a1-3d98cf64d243.mp4
At the moment there is no way of knowing if the current date is valid or not. If I want to use this component in a submittable form I need...
Hey, I wouldn't necessary call it an issue, but would be nice to have. Is this already implemented and I couldn't figure it out? Cheers
When I type in the input the component break. Version: "react-datetime-picker": "^3.3.0",
I get the following error when using the arrow keys to change dates. ```Failed prop type: Invalid prop `value` of type `number` supplied to `MinuteInput`, expected `string`.``` My onChange function...
If you use the MMM or MMMM in the format for the date, the control has a drop down for a month selection which also opens the calendar control as...
Keep getting this warning in the console log from this component
Can a prop like hideClock be introduced to remove the time picker component altogether? If so this plugin can be used as a date picker when time is unnecessary.