How would I go about settingState in the onChange function, I have a multi-select and want to store the values in state #5336
Unanswered
RyanSpeciale
asked this question in
Q&A
Replies: 1 comment
-
Hi @RyanSpeciale, When you do setState on multi select, values are stored as array by default. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am just wondering how I would save the array to state in Typescript in a multi-select
Beta Was this translation helpful? Give feedback.
All reactions