-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
Description
Describe your motivation
Presence of the attribute is quite typical usage of attribute based API in web components. This is interpreted as boolean. I.e. when attribute is present, it does something, e.g. it is implemented with attribute CSS selector or something like that.
Describe the solution you'd like
I would like to have something like
component.getElement().bindAttributeBoolean(signal);
When signal gives true, attribute is added and when signal gives false, the attribute is removed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Maybe