text added with IME to input that has v-model is gone when the view is updated
Version
3.0.0
Reproduction link
https://jsfiddle.net/og28rams/26/
Steps to reproduce
- Place an input or textarea with v-model
- Type some text in language that can be unresolved state such as Japanese or Chinese
- Update view in some way
What is expected?
Nothing happens even if updated.
What is actually happening?
The unresolved text will be gone.
I'm not using any delete key in the video.
Not reproduced in Vue.js 2.x.