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
Is there a way to implement an option in confirm(), or another wrapper so that confirm(TextBox()) reset the textbox value to the default (empty string) after submission?
Same for all widgets within confirm: stuff like selects and checkboxes would also reset.
That's how forms typically work when used to enter and add more items to some list.
The text was updated successfully, but these errors were encountered:
Is there a way to implement an option in
confirm()
, or another wrapper so thatconfirm(TextBox())
reset the textbox value to the default (empty string) after submission?Same for all widgets within confirm: stuff like selects and checkboxes would also reset.
That's how forms typically work when used to enter and add more items to some list.
The text was updated successfully, but these errors were encountered: