Show Indicator on Custom Filter doesn't work

What I am trying to do:
I am trying to display my custom date filter indicator. My filter contain 2 field, created_from and created_until

What I did:
I've add a method called indicateUsing() on my Custom Filter, I've follow the documentation here : https://filamentphp.com/docs/3.x/tables/filters/custom#multiple-active-indicators

My issue/the error:
I still don't get my indicators. even the filter counter dosn't work (still 0).
Solution
It's work if I am not using deferFilters()
Was this page helpful?