|
|
@ -140,7 +140,7 @@ |
|
|
/> |
|
|
/> |
|
|
{:else if ["string", "longform", "number", "formula"].includes(filter.type)} |
|
|
{:else if ["string", "longform", "number", "formula"].includes(filter.type)} |
|
|
<Input disabled={filter.noValue} bind:value={filter.value} /> |
|
|
<Input disabled={filter.noValue} bind:value={filter.value} /> |
|
|
{:else if filter.type === "array"} |
|
|
{:else if filter.type === "array" || (filter.type === "options" && filter.operator === "oneOf")} |
|
|
<Multiselect |
|
|
<Multiselect |
|
|
disabled={filter.noValue} |
|
|
disabled={filter.noValue} |
|
|
options={getFieldOptions(filter.field)} |
|
|
options={getFieldOptions(filter.field)} |
|
|
|