Skip to content

Inconsistent behavior of v-model sync during IME composition for <input type="search"> #5902

Closed
@cloudyan

Description

@cloudyan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions