vuetify
vuetify copied to clipboard
[Bug Report][3.8.9] Combobox items not attached on iOS Safari
Environment
Vuetify Version: 3.8.9 Vue Version: 3.5.15 Browsers: Mobile Safari 18.3.1 OS: iOS 18.3.2
Steps to reproduce
Go to combobox docu page
https://vuetifyjs.com/en/components/combobox/#usage
Open example combobox
Scroll page
Expected Behavior
Items pop up right under or above the box and scroll together with it when scrolling the page
Actual Behavior
Items pop up at arbitrary location and do not scroll together with the box when scrolling the page
Reproduction Link
This is related to this bug: https://github.com/vuetifyjs/vuetify/issues/21551 which already has an open PR fix.