Closed ihor-lazariev closed 3 months ago
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
dash 2.17.1 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-iconify 0.1.2 dash_mantine_components 0.14.4 dash-table 5.0.0
if frontend related, tell us your Browser, Version and OS
Describe the bug
dcc.RadioItems elements checked state is not updated after clicking them.
Expected behavior
Clicked radio-button () has "checked" state
Screenshots
Note: "c" option is selected, "d" is default.
found a comment saying it's known issue. workaround is to use dbc.RadioItems: https://github.com/plotly/dash/issues/1187#issuecomment-615926864
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
dcc.RadioItems elements checked state is not updated after clicking them.
Expected behavior
Clicked radio-button () has "checked" state
Screenshots
Note: "c" option is selected, "d" is default.