Skip to content

Commit ddf22ed

Browse files
doc(button-toggle): add aria-label to button-toggle example (#10610)
1 parent d5cd0d6 commit ddf22ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/button-toggle-overview/button-toggle-overview-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mat-button-toggle-group name="fontStyle">
1+
<mat-button-toggle-group name="fontStyle" aria-label="Font Style">
22
<mat-button-toggle value="bold">Bold</mat-button-toggle>
33
<mat-button-toggle value="italic">Italic</mat-button-toggle>
44
<mat-button-toggle value="underline">Underline</mat-button-toggle>

0 commit comments

Comments
 (0)