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
Create a page with two or more Select components (in think it occur when there is the same value in v-model, but also with vee-validate)
Try to navigate between them using the Tab key
Attempt to open dropdowns and navigate options using keyboard only
Notice that focus behavior is inconsistent/broken
Describe the bug
When using two or more Select components on the same page, the focus management doesn't work properly. Tab navigation between components is broken, and keyboard interaction (arrow keys, Enter) fails to work properly when moving between Select components. This functionality was working correctly in version radix-vue 1.9, but is now broken in the current version.
Expected behavior
Tab key should properly move focus between Select components
Keyboard navigation should work consistently for all Select components
Focus states should be visually clear and consistent
Behavior should match what was working in version radix-vue 1.9
Context & Screenshots (if applicable)
reka-ui version:
reka-bad.mp4
previous working version - radix-vue 1.9:
radix-good.mp4
The text was updated successfully, but these errors were encountered:
Environment
Link to minimal reproduction
https://stackblitz.com/edit/ejnjbvv3?file=src%2FApp.vue
Steps to reproduce
Describe the bug
When using two or more Select components on the same page, the focus management doesn't work properly. Tab navigation between components is broken, and keyboard interaction (arrow keys, Enter) fails to work properly when moving between Select components. This functionality was working correctly in version radix-vue 1.9, but is now broken in the current version.
Expected behavior
Context & Screenshots (if applicable)
reka-ui version:
reka-bad.mp4
previous working version - radix-vue 1.9:
radix-good.mp4
The text was updated successfully, but these errors were encountered: