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

Hi, thank you for writing this great package! As you mentioned [here](https://github.com/wojtekmaj/react-datetime-picker/issues/150#issuecomment-829033029), you use local time only in order to match native browser inputs. However, this causes a problem with...

Hi Wojtek, thank you for the wonderful library. I was wondering if it was possible to update the calendar view when user types only a part of a date (for...

I am changing date from ui date time picker , but when I console.log the value it showing 15-20 hr before value . Ex : If I choose 30.06.2021 ....

Observed on `3.3.0` As title, the `showLeadingZeros` prop is not being respected when set to `false`, nor does it use the default value of `false` as stated in the docs...

In 8d3607a50c3830b1cf873ae41342836891b8bbbb, was removed the usage of `this.commonTimeInputProps` in the time inputs. Is there a reason? The consequence of it is that when settings the minimum date to now, we...

Thanks a lot for this simple but amazing library. As I'm a newbie using Material UI to build my app UI, the built-in style of react-datetime-picker does not fit well....

I'm using useState to get `selectedDate` and `setSelectedDate` and passing them to `value` and `onChange`. I'm using 12-hour time. When AM/PM is set to AM, I cannot type 0 or...

Is there any way to support aria-recommended keyboard controls? https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html Using the tab key to progress through the entire calendar makes it challenging to quickly fill out forms that use...

![image](https://user-images.githubusercontent.com/70426104/110094079-6c0ec700-7dc1-11eb-8284-3fa154572eea.png)

I am trying to have a date picker that only allows future datetimes. It is now 6:10pm, I set the minDate to ```minDate={new Date()}```. If I set the date picker...

bug