Help: Filter Reset Action
I’m building a custom Filament page where I’m not using a table, but I added a FilterAction to handle filtering. It’s working, but I’m struggling to add a reset button to clear the filters from the modal form.
In my Blade view, I render it like:
How can I add a reset/clear action to this filter modal?
Any help would be appreciated!
In my Blade view, I render it like:
How can I add a reset/clear action to this filter modal?
Any help would be appreciated!