qwik-ui
qwik-ui copied to clipboard
feat(combobox): create combobox component
Summary
It provided an autocomplete textfield to update the options of a listbox.
This component shall be used by other components such as the the country list in the Input Phone.
details: the combobox is part of the #266.
Note: it close to the component Select with one major different: it support HTML base content. Also, currently the Select component seem not working on mobile and shows weird behaviour on desktop.
Can we improve the select component to also cover these missing features?