Update Select.vue
parent
b67ed2d931
commit
85133c9795
|
@ -355,7 +355,7 @@ export default {
|
|||
this.focusedOptionIndex = -1;
|
||||
this.searchValue = '';
|
||||
this.$emit('blur', event);
|
||||
this.formField.onBlur?.();
|
||||
this.formField.onBlur?.(event);
|
||||
},
|
||||
onKeyDown(event) {
|
||||
if (this.disabled || isAndroid()) {
|
||||
|
|
Loading…
Reference in New Issue