You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I clear the date input using the clear icon (isClearable) and manually enter a new value,
the new value that has been manually typed in is not formatted correctly upon clicking outside (onBlur).
as shown in the video, after clicking the clear icon and typing in an invalid date, the input should have been cleared (which works if i click inside the input before typing)
Describe the bug
When I clear the date input using the clear icon (isClearable) and manually enter a new value,
the new value that has been manually typed in is not formatted correctly upon clicking outside (onBlur).
as shown in the video, after clicking the clear icon and typing in an invalid date, the input should have been cleared (which works if i click inside the input before typing)
Screenshots
https://reactdatepicker.com/#example-clear-datepicker-input
Screen.Recording.2025-04-15.at.3.01.40.PM.mov
To Reproduce
Steps to reproduce the behavior: can be seen in demo site
Expected behavior
Should format/validate onBlur
OnBlur
is not the issue. as shown in this video (isClearable + onBlur callback), it is triggering onBlur but the input is not reflectingScreen.Recording.2025-04-15.at.3.12.58.PM.mov
The text was updated successfully, but these errors were encountered: