[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:
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.
Jump to solution
1 Reply
Solution
Bostjan
Bostjan5mo ago
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.