I've run into a functionality issue with the filter widget in ExB.
The current version of the app I'm working on is public and can be viewed here.
It's set up to filter a larger dataset, 181,021 records of forest stands, and I've created a hierarchical filter list for the user to sort through the data to update the map, and charts/tables in the Report tab.
Each of the 5 filters are set up the same.
( (Manager is any of (?)) and (Unitname is any of (?)) and (FC KEY is any of (?)) and (Assigned Community Class is any of (?)) and (L4 Covertype is any of (?)) )

The first filter (Manager) only has 6 options and I am able to select multiple with no issue.

The 4 other filters (Unitname, FC KEY, Assigned Community Class, L4 Covertype) have hundreds or thousands of options and I am not able to select multiple. Once I select one, the entire list disappears.


Is this a loading issue due to the dataset being so large? Or a functionality issue within the widget? I've been unable to find a solution within the filter widget settings or ExB help documentation.
-Courtney