Replies: 1 comment
-
|
You could build one with the combobox component. We'll consider adding an example soon. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
i am trying to add a searchable Select component to my project. This doesn’t seem to be supported by the Select component by default. I tried using the Combobox, but it doesn't behave like a Select would. I have a working solution, but the keyboard navigation is not working. The focus is stuck in the search input and i can't navigate to the content using the arrow down key.
Any ideas how to fix this? Or should i use another approach?
Here is a simplified version of my code (SolidJS):
Beta Was this translation helpful? Give feedback.
All reactions