Expected behavior
The radio buttons that use the message attribute to include validation messaging to have programmatic association with the message through the aria-describedby attribute.
Actual behavior
The radio button is missing this association, the aria-describedby is not applied to the radio button as is the case with the Checkbox component.
Steps to reproduce the issue
Add a message attribute to a radio element
Observe what is rendered and locate the underlying INPUT element
Expected behavior The radio buttons that use the
message
attribute to include validation messaging to have programmatic association with the message through thearia-describedby
attribute.Actual behavior The radio button is missing this association, the
aria-describedby
is not applied to the radio button as is the case with the Checkbox component.Steps to reproduce the issue
message
attribute to a radio elementScreenshots or code
Pharos version 14.4.0