how to reset `Input`
#1964
Replies: 1 comment 1 reply
-
```js
const myChoices = (reset, view(Inputs.table(the_table)));
```
```js
const reset = view(Inputs.button("↻"));
``` |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
1O
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table input using a one-column arquero table:
How do I enable the user to reset
myChoices
(equivalent to checking all rows ofthe_table
) from a separate UI element, e. g. by clicking a reset button?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions