You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Form Radio takes name as an aria-label when one is not provided however I need the aria-label attribute to be deleted as it
overrides the visible label and the already existing programmatic association between the
and the negates the need for an aria-label.
Expected behavior
When the aria-label property is not provided do not add it to the radio
Line 45 in the src/formRadio/FormRadio.tsx file
ariaLabel={ariaLabel || name}
The text was updated successfully, but these errors were encountered:
Ibabalola
changed the title
FormRadio Component does not offer a capability to not add an aria-label
FormRadio and FormInput Component does not offer a capability to not add an aria-label
Apr 12, 2024
Describe the bug
Form Radio takes
name
as an aria-label when one is not provided however I need the aria-label attribute to be deleted as itoverrides the visible label and the already existing programmatic association between the
and the negates the need for an aria-label.
Expected behavior
When the aria-label property is not provided do not add it to the radio
Line 45 in the src/formRadio/FormRadio.tsx file
ariaLabel={ariaLabel || name}
The text was updated successfully, but these errors were encountered: