Created
May 1, 2021 09:40
-
-
Save akshay-nm/ded88eaef23c2a074a095bd713977a13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: 'nameInCamelCase', // Although I have added a camelize check but still... | |
default: '', // the default value of field | |
defaultIsValid: false, // is the field valid by default | |
mustBeValid: true, // is the field mandatory | |
validator: (value) => true // the validator | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment