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.
1 parent b02a72e commit 013213aCopy full SHA for 013213a
src/lib/slide-toggle/slide-toggle.html
@@ -39,6 +39,8 @@
39
</div>
40
41
<span class="mat-slide-toggle-content" #labelContent (cdkObserveContent)="_onLabelTextChange()">
42
+ <!-- Add an invisible span so JAWS can read the label -->
43
+ <span style="display:none"> </span>
44
<ng-content></ng-content>
45
</span>
46
</label>
0 commit comments