Skip to content

Set the value programmatically #55

@bestrong89

Description

@bestrong89

Is it possible to set the value of the select programmatically?

for example

$('#my-select').val('123');

or

$('#my-select').find('option[value="123"]').prop('selected', true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions