Skip to content

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

Open
@Paul-Bob

Description

@Paul-Bob

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions