Fixed #3692 - Dropdown: editable mode add change event

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-06 09:20:22 +03:00
parent ea86decc20
commit d29fd6c6c6

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