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
The Select component acts weardly when using the multiple property. If I try to save the selected value to a variable, the variable doesn't seem to react to the changes.
Description
The Select component acts weardly when using the
multiple
property. If I try to save the selected value to a variable, the variable doesn't seem to react to the changes.Steps to reproduce
Use the following code snippet:
When multiple values are selected, the
selected
variable doesn't update.Expected behavior
The
selected
variable should update each time a value is selected, populating an array.Actual behavior
The
selected
variable doesn't update at all.The text was updated successfully, but these errors were encountered: