Skip to content

<select/> vs. selected #1

@RubaXa

Description

@RubaXa
morph(root, `<select>
   <option selected>foo</option>
   <option>bar</option>
</select>`);

morph(root, `<select>
   <option>foo</option>
   <option selected>bar</option>
</select>`);

Displayed: [foo] (bug)
Must be: [bar]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions