I have a view that has 2 exposed filters. I want that when user selects an option from filter1, filter2 should set to 'All' automatically. Similarly when user selects any option from filter2, filter1 should automatically set to 'All'. In short I want the filters to filter content independent of the other filter.
Any help or guidance will be appreciated!