vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.89k stars 6.97k forks source link

[Bug Report][3.3.9] Keyboard navigation doesn't work like the Vuetify2 #18011

Closed sametaylak closed 1 year ago

sametaylak commented 1 year ago

Environment

Vuetify Version: 3.3.9 Last working version: 2.6.12 Vue Version: 3.3.4 Browsers: Chrome 115.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Expected Behavior

It should focus list items

Actual Behavior

It doesn't focus list items

Reproduction Link

https://codesandbox.io/s/amazing-engelbart-w2tmkv

Other comments

You can find Vuetify2 version in here: https://codesandbox.io/s/cranky-diffie-hwkcl8 Vuetify3 verions in here: https://codesandbox.io/s/amazing-engelbart-w2tmkv

If you see cannot use import error, please try to refresh preview view

KaelWD commented 1 year ago

It works if you put everything in one list.

sametaylak commented 1 year ago

I wanna keep searchbox(v-text-field) on top while scrolling rest of the list items without broke the navigation. @KaelWD

KaelWD commented 1 year ago

position:sticky?