You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to update text to show number of search results for each FilterItem.
I can see only one way to do this with current API: recreate Filter view each time I need to update any FilterItem.
This method is ineffective and cause blinking on update (because of collapsing panel each time Filter is built).
Is there any better solution?
The text was updated successfully, but these errors were encountered:
I need to update text to show number of search results for each
FilterItem
.I can see only one way to do this with current API: recreate
Filter
view each time I need to update anyFilterItem
.This method is ineffective and cause blinking on update (because of collapsing panel each time
Filter
is built).Is there any better solution?
The text was updated successfully, but these errors were encountered: