[Bug Report] "@click:append" on VAutocomplete removes aria-hidden=true #10391
Labels
C: VIcon
VIcon
C: VSelect
VSelect
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 2.2.8
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.130
OS: Windows 10
Steps to reproduce
Click into "DropDown Focus Bug" Input field and click "Tab" to move focus to next control
Expected Behavior
Focus jumps to next input field
Actual Behavior
DropDown Icon of Input Field gets the focus (because of @click:append="console.log('click')")
Reproduction Link
https://codepen.io/mseele/pen/NWPZWEV
Other comments
Please see the second Input Field with out @click:append="console.log('click')" where the issue is gone
The text was updated successfully, but these errors were encountered: