File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 78
78
< em > {{ `${option.author.firstName} ${option.author.lastName}` }}</ em >
79
79
</ template >
80
80
</ v-select >
81
+ < v-select placeholder ="Vue select with custom option " >
82
+ < span slot ="no-options "> Custom no options message</ span >
83
+ </ v-select >
81
84
</ div >
82
85
</ body >
83
86
Original file line number Diff line number Diff line change 969
969
* @return {void}
970
970
*/
971
971
onSearchBlur () {
972
- if (this .mousedown && ! this . searching ) {
972
+ if (this .mousedown ) {
973
973
this .mousedown = false
974
- } else {
975
- if (this .clearSearchOnBlur ) {
976
- this .search = ' '
977
- }
978
- this .open = false
979
- this .$emit (' search:blur' )
980
974
}
975
+ if (this .clearSearchOnBlur ) {
976
+ this .search = ' '
977
+ }
978
+ this .open = false
979
+ this .$emit (' search:blur' )
981
980
},
982
981
983
982
/**
You can’t perform that action at this time.
0 commit comments