mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #3692 - Dropdown: editable mode add change event
This commit is contained in:
parent
ea86decc20
commit
d29fd6c6c6
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ export default {
|
||||||
|
|
||||||
!matched && (this.focusedOptionIndex = -1);
|
!matched && (this.focusedOptionIndex = -1);
|
||||||
|
|
||||||
this.$emit('update:modelValue', value);
|
this.updateModel(event, value);
|
||||||
},
|
},
|
||||||
onContainerClick(event) {
|
onContainerClick(event) {
|
||||||
if (this.disabled || this.loading) {
|
if (this.disabled || this.loading) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue