Skip to content

number does not work with select #642

@michaelliao

Description

@michaelliao

if v-model is a and with number, it always gets string when select changes: <div id="demo"> <select v-model="sel" number> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> </div> Please see the example: http://jsfiddle.net/djyunb61/

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