Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input's "list" attribute #73

Open
shimaore opened this issue Aug 21, 2018 · 1 comment
Open

input's "list" attribute #73

shimaore opened this issue Aug 21, 2018 · 1 comment

Comments

@shimaore
Copy link

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.

@adamhaile
Copy link
Owner

Thanks for the report! I wasn't aware that the property read-only here. I'll update the list of fields to specify that this should be set as an attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants