We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45195b commit 7cfed4cCopy full SHA for 7cfed4c
packages/react-renderer-demo/src/pages/schema/number-value-validator.md
@@ -17,7 +17,7 @@ import { validatorTypes } from '@data-driven-forms/react-form-renderer';
17
18
{
19
type: validatorTypes.MIN_NUMBER_VALUE,
20
- threshold: 5
+ value: 5
21
}
22
```
23
@@ -31,7 +31,7 @@ import { validatorTypes } from '@data-driven-forms/react-form-renderer';
31
32
33
type: validatorTypes.MAX_NUMBER_VALUE,
34
35
36
37
0 commit comments