Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio description does have the right id for aria describe by property #1387

Closed
knamburigsa opened this issue Jan 16, 2024 · 1 comment
Closed
Assignees

Comments

@knamburigsa
Copy link

Components Involved
Please list the common component(s) involved that you're experiencing an issue with
Formly Radio

Expected Behavior
How you expect the listed component(s) to function
aria-describedby should have the correct id to radio group description.

Actual Behavior
How the listed component(s) actually function
aria-describedby is not referring to correct id to radio group description.
image
aria-describedBy is 'formly_1_radio_entity.taxFilingStatus_0_description' but the id of the description is 'formly_1_radio_entity.taxFilingStatus_0-description'. The difference is '_' vs '-'.

Your Environment
Angular Version: X.Y.Z
@gsa-sam packages version: X.Y.Z (Please list individually if all packages are not same version)

Ticket Number
Please provide your JIRA ticket number that is dependent on this fix. If there is none, please create
one to validate the issue once the fix has been released. DO NOT provide the url, please ONLY
provide the ticket number.
IAE-XYZ

Additional context
Screenshots / recordings, minimal reproduction on stackblitz, steps to reproduce, code snippets, etc.
https://gsa.github.io/sam-design-system/?path=/story/formly-radio--basic
image

@yerramshilpa
Copy link
Collaborator

The fix is released in @gsa-sam/[email protected] version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants