I am using filters—a series of checkboxes—with a map, here: hidden link
I have it set so the map is updated when any input changes. However, the filters (for.wpv-filter-form) are also getting refreshed even though they do not change (except for the checkbox being checked/or unchecked). There's no reason for them to be reloaded with every each input change.
The problem is that all the styling is reloaded each time, so the user sees the unstyled content before the styles kick in. Also, I have the checkboxes organized into groups in an accordion control, and because the form reloads, the accordion gets re-initialized again when the input changes, so any currently open accordion tabs become closed.
Is there any way to STOP this unnecessary re-loading of the filters when any input changes?
My issue is resolved now. Thank you!