[Bug]: Select
's keyboard navigation doesn't work in some cases with v-bind="$attrs"
#1585
Labels
bug
Something isn't working
Environment
See in reproduction.
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-rsznxfyd?file=src%2FApp.vue
Steps to reproduce
Try to use keyboard navigation in reproduction.
Describe the bug
Lets say we have
XSelectItem
component like that:And
XListItem
like that:If we combine them together:
Keyboard navigation will not work. But if we move
v-bind="$attrs"
fromdiv
toli
inXListItem
navigation will work.Expected behavior
Keyboard navigation should work regardless of
v-bind="$attrs"
target, no?Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: