You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dcc.Input debounce takes True, False, or a number.
If a number, it will not send anything back to the Dash server until the user has stopped typing for that number of seconds.
While you can pass a number to dbc.Input it won't throw an error, and will just behave as you sent True. I would love dbc.Input to take a numeric value!
The text was updated successfully, but these errors were encountered:
dcc.Input
debounce takes True, False, or a number.While you can pass a number to
dbc.Input
it won't throw an error, and will just behave as you sentTrue.
I would love dbc.Input to take a numeric value!The text was updated successfully, but these errors were encountered: