-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[BUG] Cannot clear active of RadiGroup #11203
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
Comments
@maeglin89273 please add the missing portions of the example code so that it is a complete Minimal Reproducible Example |
@bryevdv Import statements added. Thanks! |
In bokeh |
Actually given that |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
Bokeh version 2.3.1
In the documentation, RadioGroup's active state is nullable. However, if I set active to None, the error occurs in the browser and the state remains. This still works in version 2.2.1.
Example Code
run:
bokeh serve test_radio_group.py
Screenshots
Documentation
Browser Console Error
The text was updated successfully, but these errors were encountered: