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
Currently the select component requires a default value. There are situations where the selection should be optional and there should be no default.
We need to refactor this component to add support for an undefined default value.
In select components where the default is optional, we should also be able to deselect the selected option - ie. return to a default state where no option is selected.
The text was updated successfully, but these errors were encountered:
Currently the
select
component requires a default value. There are situations where the selection should be optional and there should be no default.We need to refactor this component to add support for an
undefined
default value.In
select
components where the default is optional, we should also be able to deselect the selected option - ie. return to a default state where no option is selected.The text was updated successfully, but these errors were encountered: