Following the “RadioItems as ButtonGroup” example from ButtonGroup - dbc docs
In 0.13, the buttons would be next to each other as shown in the example.
In 1.0.0, the buttons have a gap between them.
. I think the addition of this div dash-bootstrap-components/RadioItems.js at 8532982b6fa00febe187ffff85bd6b4be8a35345 · facultyai/dash-bootstrap-components · GitHub is responsible for the gap.
I’m not sure what the div is supposed to do? Could it be removed? Or if “inline” is True, maybe display:none? Or maybe I’m making a mistake somewhere? I am open to other ideas that do not require dash-bootstrap-components changes.
Thanks,
Han-Yang.