[3.2] Select filter not refreshing when not deffered
In 3.2 when with select filter in table, when changing values url is updated but not the table. It works on blur.
But when using relation with searchable, even blur does not refresh the table.
I think bug in
HasFilter.php
on line 36, that adds ->live(onBlue: true)
when filters are not deffered. I think it should not be on blur.Solution:Jump to solution
GitHub
fix: Live filters by danharrin · Pull Request #10825 · filamentphp/...
In v3.2, we made all filters affect the table content on blur, instead of immediately. However, some fields do not have full support for blur, so we are reverting this change for now.
Fixes #10819.
1 Reply
Solution
GitHub
fix: Live filters by danharrin · Pull Request #10825 · filamentphp/...
In v3.2, we made all filters affect the table content on blur, instead of immediately. However, some fields do not have full support for blur, so we are reverting this change for now.
Fixes #10819.