Replies: 1 comment
-
Hi @bobweasel, For generic events there is a throttle parameter which you can use: ui.input().on('update:modelValue', lambda e: ui.notify(e.args), throttle=2.0, leading_events=False) The argument Unfortunately there are no such options for specific events like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Is there a way to delay the on_change event of an input field from running until, eg 2 seconds after the changes? ie wait 2 seconds for no changes then the event runs?
Beta Was this translation helpful? Give feedback.
All reactions