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

Isotope Combination filters Dropdown #1669

Open
benbelek opened this issue Jun 19, 2024 · 1 comment
Open

Isotope Combination filters Dropdown #1669

benbelek opened this issue Jun 19, 2024 · 1 comment

Comments

@benbelek
Copy link

Hello,

I've got an issue with isotope metafizzy filters combination.

I'm building a line-up for concerts and meetings. And for example i have a band that plays in London on Wednesday and in Washington on friday.

When I select Town : London / Date : Friday

It also shows me the band in concert in Washington on Friday

Thanks for your help.

Test case : https://jsfiddle.net/9st56qhd/1/

@thesublimeobject
Copy link
Collaborator

@benbelek — your selector is technically working correctly. the classes on that include concert washington london wednesday friday and your filter selector is .london.friday. so this card is correctly selected since it passes the filter. in order to not select that card you would have to use some other kind of class combination logic; perhaps something that uses, for example, .london.friday:not(.washington). this may not be the best option, but i just wanted to provide a potential example.

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

No branches or pull requests

2 participants