Skip to content

Commit e525a41

Browse files
authored
fix(cdk-experimental/radio-group): fix activedescendant example (#31499)
1 parent 905835c commit e525a41

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)