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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The default implementation of Headless UI's combobox supports only a
listbox
popup.Is it possible to implement a combobox that uses a
grid
as the popup?Here is a great example from W3C: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/grid-combo/
According to W3C a combobox with a
tree
popup is also valid: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/How can I use Headless UI to implement these two types?
Beta Was this translation helpful? Give feedback.
All reactions