avo icon indicating copy to clipboard operation
avo copied to clipboard

Custom conditions make text input field visible on boolean dynamic filter

Open Paul-Bob opened this issue 5 months ago • 0 comments

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 avatar Sep 04 '24 10:09 Paul-Bob