Replies: 1 comment 3 replies
-
This is by design. If you close the combobox with the Esc key, you can navigate tags afterward The combobox should consume the keyboard navigation while it's open. Otherwise, it becomes very difficult to manage when we add support for grid navigation in combobox (which need to support the left and right arrow keys) I love the idea of adding focus methods to the tag's input APIs. Want to open a PR for this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🐛 Bug report
When composing Combobox and TagInput together, the left and right arrows no longer allows one to navigate between available tags.
💥 Steps to reproduce
💻 Link to reproduction
https://zag-nextjs-git-changeset-release-main-chakra-ui.vercel.app/composition/combo-tags
🧐 Expected behavior
Left and right arrows should function as they usually do.
🌍 System information
📝 Additional information
Maybe you could expose a function for focusing the next/previous tag?
This also happens in the ArkUI plus example
Beta Was this translation helpful? Give feedback.
All reactions