You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, a new switch to change to horizontal behaviour has been added (inline=True). It would be great to either have a corresponding switch for vertical behaviour in case no stylesheet is used, or otherwise at least mention the stylesheet in the documentation.
Expected behavior
Display should follow minimal example code given in documentation.
The text was updated successfully, but these errors were encountered:
Describe your context
Python 3.8.6, Windows 10
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
In contrast to the documentation and the minimal examples provided there, the default behaviour of
RadioItems
andChecklist
is a horizontal display of the options (https://dash.plotly.com/dash-core-components/checklist and https://dash.plotly.com/dash-core-components/radioitems describe the vertical display to be the default case). According to https://stackoverflow.com/questions/62137479/plotly-dash-dcc-radioitems-vertical-alignment a vertical behaviour is achieved using the stylesheet, yet the minimal examples given in the documentation do not incorporate this stylesheet.Additionally, a new switch to change to horizontal behaviour has been added (
inline=True
). It would be great to either have a corresponding switch for vertical behaviour in case no stylesheet is used, or otherwise at least mention the stylesheet in the documentation.Expected behavior
Display should follow minimal example code given in documentation.
The text was updated successfully, but these errors were encountered: