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
I'm using headlessui with preact and so far it worked fine.
Now I tried to use ComboBox.
I took and copied as is the basic example from headlessui web site at https://headlessui.com/react/combobox and trying to use the most basic use case of a ComboBox.
The issue I see is that after some filtering is applied by typing text into the edit, and then using backspace to delete the filter, when cycling using arrow keys through the full list several items are highlighted together, as if some internal headlessui state went out of sync.
The only difference between their running example and mine is that they probably use react and I'm using preact.
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.
-
I'm using headlessui with preact and so far it worked fine.
Now I tried to use ComboBox.
I took and copied as is the basic example from headlessui web site at https://headlessui.com/react/combobox and trying to use the most basic use case of a ComboBox.
The issue I see is that after some filtering is applied by typing text into the edit, and then using backspace to delete the filter, when cycling using arrow keys through the full list several items are highlighted together, as if some internal headlessui state went out of sync.
The only difference between their running example and mine is that they probably use react and I'm using preact.
Is there a known issue or workaround to that?
Beta Was this translation helpful? Give feedback.
All reactions