Add multivalued field validator
This commit is contained in:
parent
9040704659
commit
008fa2b0c4
@ -637,6 +637,7 @@ export type Validators = Partial<{
|
|||||||
shouldBe: "equal" | "different";
|
shouldBe: "equal" | "different";
|
||||||
};
|
};
|
||||||
options: Validators.Options;
|
options: Validators.Options;
|
||||||
|
multivalued: Validators.DoIgnoreEmpty & Validators.Range;
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
export declare namespace Validators {
|
export declare namespace Validators {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user