qwik-ui icon indicating copy to clipboard operation
qwik-ui copied to clipboard

feat(combobox): create combobox component

Open tleperou opened this issue 2 years ago • 1 comments

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.

tleperou avatar Apr 04 '23 01:04 tleperou

Can we improve the select component to also cover these missing features?

gioboa avatar Apr 04 '23 03:04 gioboa