Skip to content

Commit

Permalink
fix(RadioButton): remove aria-readonly from fieldset (#13936)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Jun 6, 2023
1 parent 27b83d0 commit d1ce510
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ const RadioButtonGroup = React.forwardRef(
className={fieldsetClasses}
disabled={disabled}
data-invalid={invalid ? true : undefined}
aria-readonly={readOnly}
aria-describedby={showHelper && helperText ? helperId : undefined}
{...rest}>
{legendText && (
Expand Down

0 comments on commit d1ce510

Please sign in to comment.