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

Error collapse filter in first time #15

Open
pablogupi opened this issue Apr 2, 2018 · 0 comments
Open

Error collapse filter in first time #15

pablogupi opened this issue Apr 2, 2018 · 0 comments

Comments

@pablogupi
Copy link

Hello!
I'm implemented SearchFilter like the example. When I load my fragment in first time, filter is expanded. I click in collapse button and the filter list collapse and expand quickly . In this moment, I can select a tag or click in collapse button and work correctly. It's a error?

mFilter = (Filter<Tag>) view.findViewById(R.id.filter); mFilter.setAdapter(new Adapter(getTags())); mFilter.setListener(this); mFilter.setNoSelectedItemText("Filtros de búsqueda"); mFilter.build();

Can it be collapse by default when loading the first time? Thanks

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

1 participant