Added multiselect/array options support to the view contains filter
This commit is contained in:
parent
0cf55b933e
commit
0619fcd281
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
function fieldOptions(field) {
|
||||
return schema[field]?.type === "options"
|
||||
return schema[field]?.type === "options" || schema[field]?.type === "array"
|
||||
? schema[field]?.constraints.inclusion
|
||||
: [true, false]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue