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

Custom conditions make text input field visible on boolean dynamic filter #3216

Open
Paul-Bob opened this issue Sep 4, 2024 · 0 comments
Open
Labels
Bug Something isn't working

Comments

@Paul-Bob
Copy link
Contributor

Paul-Bob commented Sep 4, 2024

Context

Custom conditions make text input field visible on boolean dynamic filter

    dynamic_filter label: "Referred",
      type: :boolean

image

    dynamic_filter label: "Referred",
      type: :boolean
      conditions: {
        referred: "Referred",
        not_referred: "Not referred"
      }.invert

image

On boolean filters, the text input should always be hidden.

@Paul-Bob Paul-Bob added the Bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: To Do
Development

No branches or pull requests

1 participant