-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing range value in input does not update value in the calendar #3596
Labels
Comments
Same issue for all browsers. Mac osx |
Hi, do you have any updates about this issue? |
Same issue here. It would be great to have a fix for this |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This was referenced Aug 15, 2024
This was referenced Aug 22, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When changing the input value in range mode it does not trigger the change in the calendar.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the value in input is a valid date then the value in the calendar is changed (similar to the single select behavior)
Screenshots
Desktop (please complete the following information):
Additional context
I looked into the code and it seems the issue is with parsing. The parsing function can't handle ranges.
https://github.com/Hacker0x01/react-datepicker/blob/master/src/index.jsx#L486
The text was updated successfully, but these errors were encountered: