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

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

Open
gabrielruss opened this issue Nov 19, 2018 · 0 comments

Comments

@gabrielruss
Copy link

gabrielruss commented Nov 19, 2018

Bug Report

Steps

  • Ensure that you are importing Semantic CSS in your project.
  • Ensure you are using Chrome v70 or higher
  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant