@livwewireScripts triggers indefinite search bar animation
Hi,
I am trying to use livewire-sortablejs package in filament. I have included the package in
AppServiceProvider
using FilamentAsset
. Package only works when I also include @livewireScripts in blade file but then it triggers indefinite search bar animation that exist on same custom page. For now I have targeted svg by class name and hidden it, is there a better solution to make both work normally?
Just to give it a bit more clarity "search bar" is the default filament one that comes with the table.0 Replies