Skip to content

Commit

Permalink
Remove enter key as per #393
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgrelard committed May 17, 2022
1 parent 08042ca commit c1cdb3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/primitives/components/radio-group/0.1.6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ Adheres to the [Radio Group WAI-ARIA design pattern](https://www.w3.org/TR/wai-a
keys: ['Space'],
description: 'When focus is on an unchecked radio item, checks it.',
},
{
keys: ['Enter'],
description: 'When focus is on an unchecked radio item, checks it.',
},
{
keys: ['ArrowDown'],
description: 'Moves focus to the next radio item in the group.',
Expand Down

0 comments on commit c1cdb3d

Please sign in to comment.