Fix #5645
This commit is contained in:
parent
272ecc1ece
commit
abee7a3cd2
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@
|
|||
}
|
||||
},
|
||||
change (event) {
|
||||
if (event.type == 'change') return;
|
||||
if (event.type == 'change' && this.activeChange) return;
|
||||
|
||||
if (event.type == 'input' && !this.activeChange) return;
|
||||
let val = event.target.value.trim();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue