Skip to content

Commit 7605b0c

Browse files
committed
Add aria-label to radio-group
1 parent b89afdb commit 7605b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radio/radio.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ storiesOf("Radio", module).addDecorator(
1212
.addDecorator(withKnobs)
1313
.add("Basic", () => ({
1414
template: `
15-
<ibm-radio-group [(ngModel)]="radio">
15+
<ibm-radio-group aria-label="radiogroup" [(ngModel)]="radio">
1616
<ibm-radio *ngFor="let radio of manyRadios"
1717
[value]="radio.num"
1818
[disabled]="radio.disabled">{{radio.num}}

0 commit comments

Comments
 (0)