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.
It is wholly unacceptable to copy/paste LLM nonsense to people asking for help and against our Code of Conduct as well.
We recognize that LLM's have become an integral tool for many users, however when using LLMs to help write issues or pull requests, disclose this. Transparency preserves the collaborative integrity that makes open-source communities work. It's the difference between "I used AI to help structure this bug report" (honest, helpful) and silently passing off generated content as your own analysis (deceptive, counterproductive). We as maintainers want to engage with humans rather than LLM-generated messages, put time in your issue report and that will be reflected back.
Examples of unacceptable behavior by participants include:
... Writing an issue, pull request or comments through an LLM without disclosing this
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