|
@@ -115,7 +115,7 @@
|
|
handleComposition(event) {
|
|
handleComposition(event) {
|
|
if (event.type === 'compositionend') {
|
|
if (event.type === 'compositionend') {
|
|
this.isOnComposition = false;
|
|
this.isOnComposition = false;
|
|
- this.handleChange(this.value);
|
|
|
|
|
|
+ this.handleChange(event.target.value);
|
|
} else {
|
|
} else {
|
|
this.isOnComposition = true;
|
|
this.isOnComposition = true;
|
|
}
|
|
}
|