Subscribe on changes!

text added with IME to input that has v-model is gone when the view is updated

avatar
Oct 5th 2020

Version

3.0.0

Reproduction link

https://jsfiddle.net/og28rams/26/

Steps to reproduce

  1. Place an input or textarea with v-model
  2. Type some text in language that can be unresolved state such as Japanese or Chinese
  3. Update view in some way

What is expected?

Nothing happens even if updated.

What is actually happening?

The unresolved text will be gone.


reproduce

I'm not using any delete key in the video.

Not reproduced in Vue.js 2.x.