Open shimaore opened 6 years ago
When trying to set the list attribute on an input tag:
list
<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.
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.
When trying to set the
list
attribute on an input tag: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.