-
Notifications
You must be signed in to change notification settings - Fork 84
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 Button: Clicking on circle should select option #6228
Comments
I can't reproduce this bug on any of my platforms. What I did:
|
Thanks for checking this @jia1 I did a quick test and I similarly can no longer reproduce this issue. I should have linked to the form that did give me the issue, so we could check if a combination of factors affects behaviour in that form specifically, and whether that has been fixed. Since I didn't link to the form, I'm just going to close the issue, and we can open it again if the behaviour ever happens again. |
K, I manage to repro after all!! The bug manifests itself IF some text is selected on the page. This seems to be a chakra bug, reported here, and it seems to be fixed in chakra 2, so we should ge the fix "for free" when we are ready to upgrade react+chakra. |
Issue still persists as of this day |
Unfortunately, Chakra 2 is not backward compatible with React 17 (Ref: https://v2.chakra-ui.com/getting-started/migration), and the upgrade from React 17 to 18 itself causes more potential breaking changes |
Issue: Clicking circles does not select options, only text selects
Expected behaviour (confirmed by @staceytan1998 ):
You should be able to select the option by clicking on the circle or the text!
Issue possibly (likely?) also applies to checkboxes.
The text was updated successfully, but these errors were encountered: