Should domo.onFiltersUpdate() get triggered if the user clears all filters?
Currently I have an app framework app that uses the domo.onFiltersUpdate() to handle users interacting with the page / card filters on a dashboard. It works great as the user is interacting with the filters, and I receive the new filters object and can do with them as I need. However I've noticed that if the user clears…