Skip to content

Commit

Permalink
fix(QSelect): do not auto show popup on focus quasarframework#8592
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Dec 8, 2021
1 parent 7e1a6f3 commit 7c6257f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/src/components/field/QField.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ export default Vue.extend({
focus () {
this.focusFn !== void 0 && removeFocusFn(this.focusFn)
this.focusFn = addFocusFn(() => {
if (this.showPopup !== void 0) {
this.showPopup()
return
}

this.__focus()
})
},
Expand Down

0 comments on commit 7c6257f

Please sign in to comment.