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
After todays meeting with @akvam@vnys@BirteThornquist and @mimarz on 02.09.2021. We decided to do some changes to clarify our "select" components.
Today we have MultiSelect, SingleSelect & NativeSelect. In reality both MultiSelect & SingleSelect are a Combobox and we are missing a "normal" Select.
I we also want to introduce FR #1430 & #1416 we will have also to do breaking changes in both MultiSelect & SingleSelect
Actions
We will introduce a new component Autocomplete which will replace both MultiSelect & SingleSelect. The new component will have a flag or built in predicate for when multi support is activated.
A "normal" Select will be introduced.
MultiSelect & SingleSelect will still be available along Autocomplete but deprecated in a future release.
The text was updated successfully, but these errors were encountered:
Summary
After todays meeting with @akvam @vnys @BirteThornquist and @mimarz on 02.09.2021. We decided to do some changes to clarify our "select" components.
Today we have
MultiSelect
,SingleSelect
&NativeSelect
. In reality bothMultiSelect
&SingleSelect
are a Combobox and we are missing a "normal"Select
.I we also want to introduce FR #1430 & #1416 we will have also to do breaking changes in both
MultiSelect
&SingleSelect
Actions
Autocomplete
which will replace bothMultiSelect
&SingleSelect
. The new component will have a flag or built in predicate for whenmulti
support is activated.Select
will be introduced.MultiSelect
&SingleSelect
will still be available alongAutocomplete
but deprecated in a future release.The text was updated successfully, but these errors were encountered: