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]: Multiple RadioGroup with overlapping Item values will conflict #3745

Open
2 tasks done
softmarshmallow opened this issue May 15, 2024 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@softmarshmallow
Copy link

softmarshmallow commented May 15, 2024

Describe the bug

Multiple RadioGroup will conflict (when having overlapping value for RadioGroupItem)

  • group A

    • a
    • b
    • c
  • group B

    • a
    • b
    • c

selecting from group A will effect group B, vice versa.

Affected component/components

RadioGroup

How to reproduce

Components without any state, create components like below.

  • group A

    • a
    • b
    • c
  • group B

    • a
    • b
    • c

Codesandbox/StackBlitz link

https://forms.grida.co/playground/Q0Y

Screen.Recording.2024-05-15.at.2.19.52.PM.mov

Logs

No response

System Info

-

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues
@softmarshmallow softmarshmallow added the bug Something isn't working label May 15, 2024
@softmarshmallow softmarshmallow changed the title [bug]: [bug]: Multiple RadioGroup with overlapping Item values will conflict May 15, 2024
@erashu212
Copy link

@softmarshmallow the attached playground is not working. Can you provide a new one and the expected behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants