Skip to content

select.val(newValue) doesn't work in IE10 if option contents have leading/trailing spaces #1902

@mgol

Description

@mgol

Example:

jQuery( "<select><option> 2</option></select>" ).val( "2" ).val()

should return "2" and it doesn't in IE10.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions