We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TextField remains empty until a date is selected
onChange is called passing the pre-selected date as a parameter (behaviour is similar to onOpen prop)
https://codesandbox.io/s/old-moon-853mg
The text was updated successfully, but these errors were encountered:
Funny, yesterday we encountered the same issue. But not with setting the shouldDisableDate. Instead we set the maxDate property to a date in the past.
shouldDisableDate
maxDate
https://codesandbox.io/s/objective-proskuriakova-3qfnh
Sorry, something went wrong.
Same issue
This is the same post #1300, but still... Can we just open picker without selecting first allowed date?
@YunitsynNikita no. If your date is disabled we cannot render it as selected.
No branches or pull requests
Environment
Steps to reproduce
Expected behavior
TextField remains empty until a date is selected
Actual behavior
onChange is called passing the pre-selected date as a parameter (behaviour is similar to onOpen prop)
Live example
https://codesandbox.io/s/old-moon-853mg
The text was updated successfully, but these errors were encountered: