- Issue created by @gcots
- @gcots opened merge request.
- Status changed to Fixed
over 1 year ago 12:13pm 21 March 2023 - Status changed to Fixed
over 1 year ago 12:13pm 21 March 2023
When using exposed form regions to configure the exposed filters in a view, if you uncheck one or more filters and apply them, the unchecked filters are still sent in the form and applied, even though they are not selected.
1. Have an exposed checkbox type filter that allows multiple options.
2. Choose exposed form regions as configuration of the exposed filters
3. Check multiple filters.
4. Uncheck some of the filters.
5. When submitting the form, unchecked filters appear again, and the content is filtered with them.
Clear submit fields array each time a filter changes.
Fixed
2.0
Code