Skip to content

Commit

Permalink
fix(ui-radio-input): fixing the issue of TalkBack reading the radio g…
Browse files Browse the repository at this point in the history
…rop options incorrectly

Closes: INSTUI-4231
  • Loading branch information
ToMESSKa committed Sep 25, 2024
1 parent 1fa63c4 commit a4ef363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-radio-input/src/RadioInputGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class RadioInputGroup extends Component<
startAt={variant === 'toggle' ? 'small' : undefined}
messagesId={this._messagesId}
elementRef={this.handleRef}
role="radiogroup"
>
{this.renderChildren()}
</FormFieldGroup>
Expand Down

0 comments on commit a4ef363

Please sign in to comment.