Semantic-Org / Semantic-UI-CSS

CSS Only distribution
http://www.semantic-ui.com
MIT License
488 stars 362 forks source link

Chrome v70 dynamically generated radio buttons in a modal causing CSS issue #58

Open gabrielruss opened 5 years ago

gabrielruss commented 5 years ago

Bug Report

Steps

  1. Open the Modal
  2. Select any radio button in group 1
  3. Select any radio button in group 2
  4. 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.

Version

semantic-ui-css: "2.3.3", semantic-ui-react: "0.82.2"

Testcase

https://codesandbox.io/s/rmwl7393vp