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.
In bokeh RadioGroup.active can be nullable, but bokehjs doesn't allow this, both on API and implementation level. I have mixed feelings about allowing this.
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: