react-flatpickr
react-flatpickr copied to clipboard
Changing date in range selector is resetting time to 12
I have a range plugin date picker and when I am changing date, it is not retaining user selected time. Instead it is resetting it to 12.
Steps to reproduce:
Select from date in range picket and change time Select a diff. date
Expected: Time selection should retain Actual: Time selection getting reset to 12
Similar issue was raised here https://github.com/flatpickr/flatpickr/issues/1393 but looks like it is not working for react-flatpickr. Here is the codesandbox link
https://codesandbox.io/s/elegant-tharp-bfm1ee
Version Used: 3.9.0 (I tried upgrading to latest version as well but no help) Platform: Window/Chrome Mode: Range
Please provide a codesandbox link that demonstrates the behavior you're talking about, thanks!
@jacobmischka I already added link in the description itself. Pasting it here again
https://codesandbox.io/s/elegant-tharp-bfm1ee
@jacobmischka Did you get a chance to look into this issue?