I am new to the plotly forum so if this has been posted in the wrong place then I apologise!
I am working on a multi page app and have recently migrated to Dash 2.0. I have noticed some minor bugs and was wondering if anyone else had encountered these.
Bootstrap alerts
The dismiss (x) button in the top right corner of alerts now doesn’t render correctly - it appears in the left hand corner and is stylised as some sort of minus sign (see below)
Bootstrap checklists no longer show as toggles when ‘switch=True’ passed
Checklists stylised as toggle switches have now reverted back to simple checkboxes since the Dash 2.0 update (see below)
Bootstrap striped progress bar
Striped progress bar now doesn’t show correctly - the colour is missing as well as the striped pattern (see below)
If anyone has any idea for ways to forcefully style these elements back to how they should appear (using css perhaps), or if anyone has encountered these bugs, then please let me know.