Fixed #3692 - Dropdown: editable mode add change event

pull/3711/head
Tuğçe Küçükoğlu 2023-03-06 09:20:22 +03:00
parent ea86decc20
commit d29fd6c6c6
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ export default {
!matched && (this.focusedOptionIndex = -1);
this.$emit('update:modelValue', value);
this.updateModel(event, value);
},
onContainerClick(event) {
if (this.disabled || this.loading) {