Error when using custom validator #7787
Unanswered
oni-on1003
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got an error when using the custom validator
isNumberLessThan21
Error: Cannot find a validator with a name isNumberLessThan21. This is a configuration error in your country specific resource package's form field definitions.
Usage:
export function testCustomValidator(...):SerializedFormField{.........,validator: [ { operation: 'isNumberLessThan21' } ] }
Beta Was this translation helpful? Give feedback.
All reactions