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
I have a scenario where Date picker is not getting reset completely if I am trying to reset the date picker.
Example : If I set the value on the date picker { startDate: null , endDate: null }
Resetting above way is not removing the selection of the end date
See below image
The text was updated successfully, but these errors were encountered:
Hi @atul8388 ,
Thanks for the feedback.
Can you show me your code?
Sorry, something went wrong.
Instead, it's on this repo(here) that you should give your feedback.
No branches or pull requests
I have a scenario where Date picker is not getting reset completely if I am trying to reset the date picker.
Example :
If I set the value on the date picker
{
startDate: null ,
endDate: null
}
Resetting above way is not removing the selection of the end date
See below image
The text was updated successfully, but these errors were encountered: