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

Multiple Chips with Same Value #13

Closed
Maaayank opened this issue Jun 30, 2021 · 1 comment
Closed

Multiple Chips with Same Value #13

Maaayank opened this issue Jun 30, 2021 · 1 comment

Comments

@Maaayank
Copy link

Describe the bug
Using this plugin I am trying to group results based on locations, but for every repeated Location the plugin treats it as a different entity, hence shows a different chip for the same.

To Reproduce
Steps to reproduce the behavior:
A list with objects having fields : id (string: unique), name: (string: unique), location (string: repeated).
I want to use the filter on location.

Expected behavior
The plugin should group all location objects together and show the result

Screenshots
image

Additional context
The example App provided does not have repeated values in the array, is this the default behavior of the plugin.
If there is anyway I can group similar objects together using this plugin then help me out.

@TheAlphamerc
Copy link
Owner

@Maaayank Your issue looks like similar to this thread. Have a look at it.

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