Wizard step next button always showing loader
I'm using Filament form in custom Livewire component. Everything works as expected but Wizard step next button always showing loader
4 Replies
Someone creates an issue on Github also
https://github.com/filamentphp/filament/discussions/11261
GitHub
Problem with Wizard next button · filamentphp filament · Discussion...
Package Form builder Package Version v3.2.23 How can we help you? Hi, guys! I'm facing a problem with a Wizard: When I open the page that has the Wizard, the button appears with the loading ico...
i see these directives on loading icon
wire:loading.delay.default
and wire:target="dispatchFormEvent"
Solution
solved
Since I'm using Filament form outside admin panel
@livewireStyles
must be included becouse there are styles which make wire:loading
hidden by default