state/reactive filters question
As in some apps(my case), I would need that filters interact with each other to change the query results of the select filter. So the only way of achieving this result would be thru custom filters, and seeing that they have access to the form fields they would have access to state... That would be the recommended way or is there a better way to achieve reactive filters?
Example: after the user changed the city in the filter it would change the neighborhood options
1 Reply