-
Notifications
You must be signed in to change notification settings - Fork 833
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
clearable
and autoOk
does not work on DateRangePicker
#1927
Comments
We doesn't support clearable for desktop mode. And |
@dmtrKovalenko What do you think about the idea to add support for |
We do have |
@dmtrKovalenko I had forgotten about this one, I think that it's a different problem. I want to open an RFC to remove There are three different cases to consider, that I think don't depend on the nature of the picker, it can be a combobox, a date picker, a time picker, a color picker, etc, it will always be the same:
|
if the I know that the lib exports |
Environment
Steps to reproduce
Use DateRangePicker with
clearable
andautoOk={false}
Expected behavior
The Clear button to be shown in the dialog, and the dialog to keep visible when user has selected both start and end dates
Actual behavior
There are no clear button and the autoOk prop is not keeping the modal open.
Live example
Example
The text was updated successfully, but these errors were encountered: