when using TrashedFilter Bulk actions disappear
When using TrashedFilter, Bulk actions disappear,
They show up again if TrashedFilter:make('another-name')
bug?
Php: 8.2
Laravel: 11.8.0
Filament 3.2.82
4 Replies
what bulk actions do you have
if you have a delete bulk action and the trashed filter is only showing soft deleted records, we will hide it as you cant soft delete soft deleted records
I have the default bulk actions, delete for example.
Records cannot be selected at all, the checkbox on the side disappear.
The Strangest thing is that changing filter name solve the problem.
I tried also on a fresh install on an empty project
It happen when the filter is turned off
its not strange...
send a screen recording for me
On a fresh laravel project it works normally, trying to find out what make the differece.
Ill send a video later