Chart widget filter - spins forever
This spinner spins forever even if i change the filter.
Could you please help me to fix it?
https://gist.github.com/noxoua/eabf44499ee45fb0629275c38815631c
13 Replies
I think there was a reported issue and it's related to LW3. Not 100% sure though
I haven't found any issue related to this spinner 🤷‍♂️
As I can see from the source code, this spinner will always spin when the filter field is filled.
Strange 🤔 maybe I misunderstood something.
There’s probably a wire:loading inside the loading indicator class
loading indicator class does not exists. there is a blade file only, with simple svg.
Line 121 had wire:loading
So it’s there
okay, looks like i found the problem. when I added
prefix-icon
attribute to the input.wrapper, it started working perfectly.should I create a PR, or do you need to check it first?
I’ve seen this happen with regular actions too. Technically anything with wire:target should only be shown while that method is being executed. Wire:target doesn’t target properties.
Is it fixed? Im also facing this issue
I'm too having the same issue
Reported this issue to Github:
https://github.com/filamentphp/filament/issues/8175
GitHub
Chart filters are loading infinitely · Issue #8175 · filamentphp/fi...
Package filament/filament Package Version v3.0.37 Laravel Version v10.0.21 Livewire Version No response PHP Version 8.2.7 Problem description When a filter is created for a widget - it is loading n...
They fixed the spinner. Now the design is little messed up. Like if i select a value then the left side border get close to the text. And if i select the last item in the list it showing correctly.