mirror of https://github.com/ElemeFE/element
parent
0de6b447e5
commit
17c94d7410
|
@ -115,7 +115,7 @@
|
|||
handleComposition(event) {
|
||||
if (event.type === 'compositionend') {
|
||||
this.isOnComposition = false;
|
||||
this.handleChange(this.value);
|
||||
this.handleChange(event.target.value);
|
||||
} else {
|
||||
this.isOnComposition = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue