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
If the select has no value or the user clicks the "remove selection" button (cross icon on the right) the select should show the first entry.
@TheMaaarc i don't think this should be the default behavior, as long as initValue is not provided, it would not be possible to reset a selected state (like reset model to null). Maybe if there is an initValue it should always reset to the given initValue.
First entry should always be
<option disabled selected value>-- select an option --</option>
.If the select has no value or the user clicks the "remove selection" button (cross icon on the right) the select should show the first entry.
The text was updated successfully, but these errors were encountered: