Navigating with the keyboard between radio-button-groups whose radio-button's set their own name attribute directly is not prevented #10849
Labels
0 - new
New issues that need assignment.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
c-radio-button
Issue related to calcite-radio-button
Calcite (dev)
Issues logged by Calcite developers.
calcite-components
Issues specific to the @esri/calcite-components package.
impact - p2 - want for an upcoming milestone
User set priority impact status of p2 - want for an upcoming milestone
needs triage
Planning workflow - pending design/dev review.
Check existing issues
Actual Behavior
When rendering more than 1
calcite-radio-button-group
on a page where each individualcalcite-radio-button
is setting their ownname
attribute to the same value within a group (as opposed to settingname
oncalcite-radio-button-group
instead), using the arrow keys on the keyboard will move between separate groups, treating them like they're all part of the same group when they're not.Expected Behavior
Regardless if
name
is set at the parent level or on each individual radio-button, navigating the options with the keyboard should be constrained to just the options in the group.Reproduction Sample
https://codepen.io/eriklharper/pen/OJKKQbX?editors=1000
Reproduction Steps
See the codepen for instructions.
Reproduction Version
2
Relevant Info
No response
Regression?
No response
Priority impact
impact - p2 - want for an upcoming milestone
Impact
No response
Calcite package
Esri team
Calcite (dev)
The text was updated successfully, but these errors were encountered: