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
Due to the large number of issues for the Select component, we are refactoring it to the new Combobox component.
This new Combobox component is built using the new useCombobox downshift hook instead of the <Downshift /> component Select currently uses.
The idea is to use extensive jest tests to cover all scenarios and currently open bugs.
The new component should be compatible with all the Select component properties and specifications and this refactoring should address:
Due to the large number of issues for the
Select
component, we are refactoring it to the newCombobox
component.This new Combobox component is built using the new
useCombobox
downshift hook instead of the<Downshift />
componentSelect
currently uses.The idea is to use extensive jest tests to cover all scenarios and currently open bugs.
The new component should be compatible with all the Select component properties and specifications and this refactoring should address:
Migration
The
Select
component will be kept in the codebase allowing users to gradually change fromSelect
toCombobox
component.Tasks
useCombobox
hookThe text was updated successfully, but these errors were encountered: