Skip to content

Commit

Permalink
fix(QSelect): do not auto show popup on focus #8592
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Mar 16, 2021
1 parent f4335a1 commit acfe441
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 @@ -237,11 +237,6 @@ export default Vue.extend({

methods: {
focus () {
if (this.showPopup !== void 0) {
this.showPopup()
return
}

this.__focus()
},

Expand Down

0 comments on commit acfe441

Please sign in to comment.