Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
202 stars 56 forks source link

Any reason why spinner not spinning on Bootstrap 4 #31

Closed sammyaxe closed 4 years ago

sammyaxe commented 4 years ago

The issue is that I can see the spinner when I do this:

var l = Ladda.create(document.querySelector('.ladda-button')); l.start();

but it doesn't spin at all. Tried to remove all CSS to rule out CSS conflicts.

Using Laravel.