We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8173db0 commit c7efe10Copy full SHA for c7efe10
packages/form-builder/addon/validators/jexl.js
@@ -13,6 +13,7 @@ const TRANSFORMS = [
13
"avg",
14
"stringify",
15
"flatten",
16
+ "length",
17
];
18
const BINARY_OPS = ["intersects"];
19
0 commit comments