PlutoUI.jl icon indicating copy to clipboard operation
PlutoUI.jl copied to clipboard

confirm() that resets the state when submitted

Open aplavin opened this issue 3 years ago • 0 comments

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.

aplavin avatar Apr 10 '23 18:04 aplavin