Bob

Results 4 comments of Bob

- As for JSBin, I don't have an account there you can just copy the html from above and drop into html tab and it try it. I just did...

I would gladly use UI 1.13 with 3.6.0 if it worked, but this issue exist in 1.13 too. Looking at repo changes, mentioned method was added in commit (b6bec79) Effects:...

Same here Removing `animsition` class from body will show the content. Note that page-loader__spin definition doesn't matter, animation still should hide that and show the content of body. Reproducing code:...

With `bootstrap 5.3.1` and `select2 4.1.0-rc.0` this is completely broken ```javascript $('#edtText').select2({ theme: "bootstrap-5", width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style', placeholder: $(this).data('placeholder'), }); ``` ```html ```...