Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save akshay-nm/ded88eaef23c2a074a095bd713977a13 to your computer and use it in GitHub Desktop.
Save akshay-nm/ded88eaef23c2a074a095bd713977a13 to your computer and use it in GitHub Desktop.
{
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