Custom interactive filter not being applied to widgetsIssue The custom interactive filter is not being applied to all the widgets.ReleaseAllCauseA custom interactive filter does not support lazy loading. Lazy loading is when only visible widgets load. More widgets load as the user scrolls down in order to reduce the load on the system and speed up the loading of initial widgets. The visible widgets are only following the filter condition.ResolutionArrange all the widgets following the custom interactive filter on-screen with the filter visible to load simultaneously (meaning no widgets to load when the user scrolls down). This way, all widgets will load at a time and will follow the custom interactive filter.Related LinksCustom interactive filter limitation