diff --git a/components/vc-mentions/src/Mentions.jsx b/components/vc-mentions/src/Mentions.jsx index 91a5d9a66a..532c64a056 100644 --- a/components/vc-mentions/src/Mentions.jsx +++ b/components/vc-mentions/src/Mentions.jsx @@ -63,8 +63,7 @@ const Mentions = { } this.__emit('change', value); }, - onChange({ target: { value, composing }, isComposing }) { - if (isComposing || composing) return; + onChange({ target: { value } }) { this.triggerChange(value); }, onKeyDown(event) {