Skip to content

input's "list" attribute #73

Open
Open
@shimaore

Description

When trying to set the list attribute on an input tag:

<input list="some-id" />

the attribute isn't set on the node (which is consistent with the documentation).

However the list property is read-only, so the above code actually does nothing.

I guess this should be an exception to the heuristic for setting attributes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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