sml1990
sml1990
It seems that if you change the following within /src/Liquid.php, it fixes the problem. Change: 'QUOTED_STRING_FILTER_ARGUMENT' => '"[^":]*"|\'[^\':]*\'', To: 'QUOTED_STRING_FILTER_ARGUMENT' => '"[^"]*"|\'[^\']*\'', Does anyone know the details of the original...
Yes, this is also not working on chromium based browsers for me. Firefox is okay. Chromium, same issue as stated above. Definitely a bug.
A quick example that will result in the same problem seen in the images above. I've reliably reproduced it in Chromium, but not FF. It seems that others above have...
I'm having the same experience. Event with 18 toggles, the plain checkbox with no styling is rendered first and then the toggle styling is applied after about a split second....
After some fiddling about I think the issue is that bootstrap4-toggle.js relies on jQuery to load first before it's able to run and apply the styling to the checkboxes. Any...
Any update on this from anyone?
I'm having a similar experience. Event with 18 toggles on the same page, the plain checkbox with no styling is rendered first and then the toggle styling is applied after...