parameter icon indicating copy to clipboard operation
parameter copied to clipboard

Can't validate Array

Open leaves4j opened this issue 6 years ago • 2 comments

const arr = [{ key: ' ' }];
const rules = {};
validate(rules, arr);

No matter how to set the rule can not validate the array

leaves4j avatar Mar 29 '18 03:03 leaves4j