Skip to content

fix(ui): adds multi select inputs for text fields in where builder #12054

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

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

PatrikKozak
Copy link
Contributor

What?

The in & not_in operators were not properly working for text fields as this operator requires an array of values for it's input.

How?

Conditionally renders a multi select input for text fields when filtering by in & not_in operators.

@PatrikKozak PatrikKozak changed the title fix(ui): adds multi select inputs for text field in where builder fix(ui): adds multi select inputs for text fields in where builder Apr 8, 2025
@PatrikKozak PatrikKozak merged commit 18ff9cb into main Apr 10, 2025
74 checks passed
@PatrikKozak PatrikKozak deleted the fix/where-builder-in-text-field branch April 10, 2025 12:54
Copy link
Contributor

🚀 This is included in version v3.34.0

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

Successfully merging this pull request may close these issues.

2 participants