Fixed #3692 - Dropdown: editable mode add change event
parent
ea86decc20
commit
d29fd6c6c6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue