Skip to content

Commit

Permalink
fix(QSelect): skip tab navigation for autocomplete input #14378 (#14376)
Browse files Browse the repository at this point in the history
fix(QSelect): skip tab navigation for autocomplete input
  • Loading branch information
pdanpdan committed Sep 13, 2022
1 parent 76a9329 commit 73beee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/select/QSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,7 @@ export default createComponent({
h('input', {
class: 'q-select__autocomplete-input',
autocomplete: props.autocomplete,
tabindex: -1,
onKeyup: onTargetAutocomplete
})
)
Expand Down

0 comments on commit 73beee5

Please sign in to comment.