Skip to content

Support non-attribute properties #17

Open
@bryanspears

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions