Skip to content

Commit

Permalink
elyra-ai#2294 Fix Accessibility Violations - 2
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Jan 16, 2025
1 parent f17d79c commit d2b3ba1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ class RadiosetControl extends React.Component {
orientation={this.props.control.orientation}
helperText={this.props.control.helperText}
readOnly={this.props.readOnly}
// Provide unique aria-label for each radio button group
aria-label={`Radio Button Group (${ControlUtils.getDataId(this.props.control, this.props.propertyId)})`}
>
{buttons}
</RadioButtonGroup>
Expand Down

0 comments on commit d2b3ba1

Please sign in to comment.