You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Radio Group with dangerouslySetInnerHTML have a different behavior from render props and data attributes, is necessary 2 click to change the option when using render props, the problem just happens if click inside the component that have the dangerouslySetInnerHTML.
Describe the Bug
When using Radio Group with dangerouslySetInnerHTML have a different behavior from render props and data attributes, is necessary 2 click to change the option when using render props, the problem just happens if click inside the component that have the dangerouslySetInnerHTML.
Link to the code that reproduces this issue:
https://github.com/mjr/headlessui-repro-1/blob/main/app/components.js
To Reproduce
Go to https://headlessui-repro-1.vercel.app
Click on text options from left side.
Click on text options from right side:
Using data attributes
Using render props
The text was updated successfully, but these errors were encountered: