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

Does it work with recyclerview? #29

Open
alialbaali opened this issue Sep 15, 2021 · 1 comment
Open

Does it work with recyclerview? #29

alialbaali opened this issue Sep 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@alialbaali
Copy link

I tried creating an adapter and using FlexboxLayoutManager but it's not working, is there anyway to achieve multi selection with recyclerview?

Thanks.

@Bryanx
Copy link
Owner

Bryanx commented Oct 13, 2021

There is no support for this right now. You will have to maintain the selected state in the adapter, maintain the styledattributes in the recyclerview. Demand a unique property for the adapter. Prevent the state and styles from being recycled. This can be a pain, feel free to create a PR. I might look into this later.

@Bryanx Bryanx added the enhancement New feature or request label Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants