We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacacfc commit ba4462aCopy full SHA for ba4462a
src/components/Select.vue
@@ -969,21 +969,20 @@
969
* @return {void}
970
*/
971
onSearchBlur() {
972
-
973
if (this.mousedown && !this.searching) {
974
this.mousedown = false
975
} else {
976
if (this.clearSearchOnBlur) {
977
this.search = ''
978
}
979
this.closeSearchOptions()
+ return
980
981
982
// Fixed bug where no-options message could not be closed
983
if(this.search.length === 0 && this.options.length === 0){
984
985
986
987
},
988
989
/**
0 commit comments