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
Ensure that you are importing Semantic CSS in your project.
Ensure you are using Chrome v70 or higher
Open the Modal
Select any radio button in group 1
Select any radio button in group 2
Select any of 5-10 on group 3
Expected Result
Radio button gets the "checked" CSS class and shows in the UI as checked
Actual Result
Radio button gets the "checked" CSS class but it flashes as checked and then disappears and is no longer checked in the UI. The internal state of the radio button is also correct.
Bug Report
Steps
Expected Result
Radio button gets the "checked" CSS class and shows in the UI as checked
Actual Result
Radio button gets the "checked" CSS class but it flashes as checked and then disappears and is no longer checked in the UI. The internal state of the radio button is also correct.
Version
semantic-ui-css: "2.3.3",
semantic-ui-react: "0.82.2"
Testcase
https://codesandbox.io/s/rmwl7393vp
The text was updated successfully, but these errors were encountered: