-
-
Notifications
You must be signed in to change notification settings - Fork 66
Update DatePickerInput value after the popover is closed #556
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
Comments
Typically, when you click outside the input field loses focus, so |
On the first click popover closes but the input field remains focused, on the second click it loses focus and "value" event fires.
No, I don't want an additional button click. I can simply update data every time I change start\end date, because it's a local application with a small database. But it would be good if I could reduce the number of requests by half. But in theory is it possible to provide |
We are not planning on adding an I'll add a note to #356 and close this issue as a duplicate. |
Uh oh!
There was an error while loading. Please reload this page.
I use dash 3.0.2, dash-mantine-components 1.1.1.
Is it somehow possible to update
DatePickerInput
value after its popover is closed? I want to trigger an update when a user selects a date range and clicks outside of the date picker popover.I've tried
debounce
but I don't like that it triggersvalue
update only when the date picker loses focus. #496Maybe it's possible to use popover's
opened
property? #353The text was updated successfully, but these errors were encountered: