Skip to content

Commit

Permalink
Update number value documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomarus committed Nov 20, 2023
1 parent c45195b commit 7cfed4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { validatorTypes } from '@data-driven-forms/react-form-renderer';

{
type: validatorTypes.MIN_NUMBER_VALUE,
threshold: 5
value: 5
}
```

Expand All @@ -31,7 +31,7 @@ import { validatorTypes } from '@data-driven-forms/react-form-renderer';

{
type: validatorTypes.MAX_NUMBER_VALUE,
threshold: 5
value: 5
}
```

Expand Down

0 comments on commit 7cfed4c

Please sign in to comment.