We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-disabled
1 parent d0c4db2 commit be8ec07Copy full SHA for be8ec07
.changeset/small-olives-sing.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sl-design-system/tool-bar': patch
3
4
+
5
+Propagate the `aria-disabled` state to the overflow menu.
packages/components/tool-bar/src/tool-bar.ts
@@ -130,7 +130,7 @@ export class ToolBar extends ScopedElementsMixin(LitElement) {
130
childList: true,
131
subtree: true,
132
attributes: true,
133
- attributeFilter: ['disabled']
+ attributeFilter: ['aria-disabled', 'disabled']
134
});
135
this.#resizeObserver.observe(this);
136
}
0 commit comments