Update Select.vue

pull/6632/head
Mert Sincan 2024-10-23 13:08:32 +01:00
parent b67ed2d931
commit 85133c9795
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {