react-datetimerange-picker
react-datetimerange-picker copied to clipboard
A datetime range picker for your React app.
Hello, I have a project in which I am using @wojtekmaj/react-datetimerange-picker. Running `tsc` on the project does not give me any error but when I try to build using rollup...
This pull request should fix same problem as https://github.com/wojtekmaj/react-datetimerange-picker/pull/28 Prop closeWidgets works not correctly, its not depend you put false or true to value. Fix remove pass function argument 'closeWidgets'...
First off, thank you so much for an amazing suite of date and time picker components you have built. This PR provides a fix for a super minor bug I...
I'm trying to get the reference to the `DateTimeRangePicker` through the `inputRef` prop, but for some reason in React + Typescript it isn't assigning properly, but it seems to work...
Hello, How prevent user from select range includes disabled dates, this maybe issue ? 
Hi guys I hope you are well! One of our QAs detected the strange behavior of DateRangePicker on the safari browser. When you use the regular calendar icon it does...
See screen shot  End time and start Time equals day, but hours start large than end :)
We have noticed that if we try to pass a locale of an Arabic language, such as ar-AE, or ar-SA, the component stops working and the dropdwon calendar does not...
On value change, the value is only returning 12:00 or 11:00 rather than 12:00PM and 11:00PM