Skip to content

Commit 3fdf183

Browse files
committed
fix(cdk-experimental/radio-group): fix activedescendant example
1 parent 905835c commit 3fdf183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/cdk-experimental/radio-group/cdk-radio-group-active-descendant/cdk-radio-group-active-descendant-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="example-container">
22
<ul
33
cdkRadioGroup
4-
navigationMode="activedescendant"
4+
focusMode="activedescendant"
55
class="example-radio-group"
66
aria-labelledby="active-descendant-radio-label"
77
>

0 commit comments

Comments
 (0)