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

Bug: Utilising <RadioGroup /> swapping radio buttons does not update the checked attribute on each input element #872

Open
Zidious opened this issue Jan 27, 2023 · 1 comment · May be fixed by #917
Labels
bug Something isn't working high High priority

Comments

@Zidious
Copy link
Contributor

Zidious commented Jan 27, 2023

Steps to reproduce

Steps to reproduce:

  1. Use the example Radio Group
  2. Swap radio buttons
  3. Inspect the element checked only appears on the first input of the group

Expected Behavior

checked attribute to swap to each input element on click

Actual Behavior

The element checked only appears on the first input of the group

Version

latest

What browsers are you experiencing the problem on?

Chrome

Relevant log output

No response

Anything else we should know?

Additional information

@Zidious Zidious added the bug Something isn't working label Jan 27, 2023
@michael-siek
Copy link
Member

I think there is a typo in your title there is suppose to be a z in utilizing

@scurker scurker added high High priority and removed High Priority labels Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants