Open
Description
I don't have any example other than the checkbox indeterminate state, but it's still something to consider. Here's the issue I initially reported on dom-bindings.
AmpersandJS/ampersand-dom-bindings#38
Simply put: setAttribute('indeterminate', true)
does not work. It must a direct property set: el.inteterminate = true;
Metadata
Assignees
Labels
No labels