mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update Select.vue
This commit is contained in:
parent
b67ed2d931
commit
85133c9795
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue