A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuejs/vue/issues/5902 below:

Inconsistent behavior of v-model sync during IME composition for <input type="search"> · Issue #5902 · vuejs/vue · GitHub

What problem does this feature solve?

http://vuejs.org/v2/guide/forms.html#Basic-Usage

For languages that require an IME (Chinese, Japanese, Korean etc.), you’ll notice that v-model doesn’t get updated during IME composition.

<p>msg</p><input v-model="msg"> 

is OK, but type="search" is Not OK

<p>msg</p><input type="search" v-model="msg">
What does the proposed API look like?

For languages that require an IME (Chinese, Japanese, Korean etc.), v-model(type="search") doesn’t get updated during IME composition.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4