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
Currently in the DateField component when disabledDates are set. We can't click a date if it's in disabled dates. But I can type a date and it's being selected.
In the attached video there is an example using reactdatepicker. 25th of May is disabled when I enter 25 and blur the input. Value is being set 2nd of May. but what if 2nd of May is also disabled. Most probably it will set the value to previous acceptable value if there is. If not then clear the input.
Currently in the
DateField
component whendisabledDates
are set. We can't click a date if it's in disabled dates. But I can type a date and it's being selected.In the attached video there is an example using reactdatepicker. 25th of May is disabled when I enter 25 and blur the input. Value is being set 2nd of May. but what if 2nd of May is also disabled. Most probably it will set the value to previous acceptable value if there is. If not then clear the input.
https://reactdatepicker.com/#example-date-range-for-one-datepicker-with-disabled-dates-highlighted
Screen.Recording.2024-05-26.at.9.56.21.PM.mov
The text was updated successfully, but these errors were encountered: