Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combobox - Select component refactoring #620

Open
11 of 21 tasks
Andrevmatias opened this issue Dec 15, 2020 · 0 comments · May be fixed by #593
Open
11 of 21 tasks

Combobox - Select component refactoring #620

Andrevmatias opened this issue Dec 15, 2020 · 0 comments · May be fixed by #593
Assignees

Comments

@Andrevmatias
Copy link
Contributor

Andrevmatias commented Dec 15, 2020

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:


Migration

The Select component will be kept in the codebase allowing users to gradually change from Select to Combobox component.


Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant