bulma-switch: Bug display
Hi I know an issue has been opened and closed already but I get the same bug,
The stylesheet is linked and here is my code :
<div class="field"> <input id="switchRoundedDefault" type="checkbox" name="switchRoundedDefault" class="switch is-rounded" checked="checked"> <label for="switchRoundedDefault">Switch rounded default</label> </div>
What’s the problem thanks ^^

About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 28 (4 by maintainers)
Same problem here: Chrome 78 and Bulma 0.8.0. Workaround: Use earlier version: https://github.com/Wikiki/bulma-switch/blob/8c20fa23fbc697d70a2e3d886c872a328afab202/dist/css/bulma-switch.min.css
Same problem - latest versions of Chrome, bulma and npm - and switches just switch the color, without that nice animation 😃
Hi,
Thanks @murilobd it’s merged. I’ll update npm before the end of the week
Was using bulma-extensions and had the same issue, “solved” by using the individual bulma-switch package found here: bulma-switch.
Seems there is a little version mismatch between the bundled extensions and the individual component.
same problem. fixed it this way.
index.sass L14:L16
↓
‘cacl’…😮