+
{{ i == 0 ? 'Where' : 'And' }}
@@ -37,7 +37,8 @@
updateOperator(e, f)"
:options="getOperators(f.field.fieldtype)"
placeholder="Operator"
/>
@@ -45,15 +46,17 @@
(f.value = v.value)"
+ :doctype="f.field.options"
+ @change="(v) => updateValue(v, f)"
placeholder="Value"
/>
updateValue(e.target.value, f)"
placeholder="Value"
/>
@@ -62,7 +65,7 @@
Empty - Choose a field to filter by
@@ -87,7 +90,7 @@