How to exclude all option from select filter
let's say i have a category filter, is it possible to exclude the 'all' option from the filter so that the query is always filtered to a specific category. or maybe return an empty array if no category is selected
1 Reply
I don't know how to exlude the all, but you can set ->default() on the select filter to set it to a specific category.