Sean Doherty
Sean Doherty
I suddenly got the same issue today but it turned out to be a mixin name error (on my part) that wasn't showing up as an error. Turned output on...
Any update on this @pawelgrzybek? Nearly two years since the request.
Thanks for the response @panoply. I was excited about Siema becoming my new lighter go-to (having been a long time devotee of Slick) but today found two pretty sizeable issues...
> In terms of Siema and modern JS it holds up pretty well. We use it in production and extend upon it with zero issues across multiple devices. Adjusting it...
I found a fix for this on Stack Overflow. It's pretty dirty. Are you ready? ``` document.addEventListener('DOMContentLoaded', function() { var elems = document.querySelectorAll('select'); var options = { classes:'beatles-select', dropdownOptions:{ onCloseStart:function(){...