ToggleButtonsSingle: child Button value overridden by its Tooltip

PyCafe
Playground for Python web frameworks. Run and edit Python code snippets for web frameworks in a web browser.
2 Replies
Monty Python
Monty Python3mo ago
Dfred
<:issue_open:882464248951877682> [widgetti/solara] ToggleButtonsSingle child Button's value overridden by its Tooltip
Expected Behavior Value set by ToggleButtonsSingle (or passed to the on_value parameter) should always take the value of child Buttons. Current Behavior when ToggleButtonsSingle has a child Button with a Tooltip, ToggleButtonsSingle sets the value of that Tooltip's label instead of the Button value. Steps to Reproduce the Problem see this pycafe code. Specifications - Solara Version: 1.47.0 - Platform: Ubuntu amd64 - Affected Python Versions: 3.12
Created

Did you find this page helpful?