Replies: 1 comment 2 replies
-
We don't maintain those vanilla examples, feel free to attempt a fix for them and open a PR if you can. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug report
When using the Combobox component from the vanilla-ts example the list is not updated when the first letter is entered in the input field. Instead the default items are rendered. After typing another letter everything works (also when clearing and starting with a new first letter again) until we focus away.
zag_combobox_issue.mp4
💥 Steps to reproduce
💻 Link to reproduction
Open the combobox page in the vanilla-ts example
🧐 Expected behavior
I would expect it to filter the items also on the first input like its done in the docs example with react.
🧭 Possible Solution
🌍 System information
📝 Additional information
Beta Was this translation helpful? Give feedback.
All reactions