Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to change FilterItem's text after Filter#build() called? #11

Open
y-polek opened this issue Aug 21, 2017 · 1 comment
Open

Comments

@y-polek
Copy link

y-polek commented Aug 21, 2017

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?

@khawars
Copy link

khawars commented Jan 23, 2018

I need to reload list of FilterItems, after data store changes. Is there any way to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants