Skip to content
Snippets Groups Projects
Commit 92b9b915 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add disabled to icon button

parent 30dc7e43
No related branches found
No related tags found
No related merge requests found
Pipeline #216406 passed
......@@ -183,12 +183,14 @@ export class IconButton extends ScopedElementsMixin(LitElement) {
constructor() {
super();
this.iconName = '';
this.disabled = false;
}
static get properties() {
return {
...super.properties,
iconName: {type: String, attribute: 'icon-name'},
disabled: {type: Boolean, reflect: true},
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment