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

Fix autocomplete behavior for in and not in filter ops #2142

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

texodus
Copy link
Member

@texodus texodus commented Mar 20, 2023

Fixes auto-complete dropdowns for in and not in filters. Previously, while this filter could still be manually filled with a comma-separated set, doing so by selecting items in the dropdown with the mouse or arrow keys did not respect the separator.

Fixes #1962

@texodus texodus added the bug Concrete, reproducible bugs label Mar 20, 2023
@texodus texodus force-pushed the filter-in-and-notin-autocomplete branch from bf01d73 to 8b79a02 Compare March 20, 2023 04:59
@texodus texodus merged commit a3acaa0 into master Mar 20, 2023
@texodus texodus deleted the filter-in-and-notin-autocomplete branch March 20, 2023 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"in" and "not in" filters not applying under certain conditions
1 participant