6 Replies
Don’t think toggle column by default deal with non Boolean
You might need to handle the state yourself
It's a boolean column,
This also happen with table action.
Sometimes it keeps sending requests
This is a known bug we haven't been able to solve, it's caused by a recent change to fix bulk changes on toggles allowing them to update.
The downside is when changing toggles very fast it creates an infinite loop
fyi @Dan Harrin
Hi! I just PRed a fix that hopefully solves Toggle column issues. Could you test it against your app and see if it fixes them there too? https://github.com/filamentphp/filament/pull/6221
GitHub
Fixes all toggle column problems by archilex · Pull Request #6221 ·...
I think I got it!
Like I had mentioned previously I think alpine's init watcher was causing the issue so I rewrote the code without using it. This version solves ALL the problems listed in Issu...