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
As it stands, the reactive Select.value can be in an invalid state if you assign to it an option that the select doesn't know of.
Visually, the widget looks ok but the reactive will retain its bad value.
This could be fixed with a validator method, for example.
The text was updated successfully, but these errors were encountered:
As it stands, the reactive
Select.value
can be in an invalid state if you assign to it an option that the select doesn't know of.Visually, the widget looks ok but the reactive will retain its bad value.
This could be fixed with a validator method, for example.
The text was updated successfully, but these errors were encountered: