Skip to content

Instantly share code, notes, and snippets.

@prasanna1211
Created January 25, 2018 07:07
Show Gist options
  • Save prasanna1211/c71c63448ebae4f03dbfa77f4c03a444 to your computer and use it in GitHub Desktop.
Save prasanna1211/c71c63448ebae4f03dbfa77f4c03a444 to your computer and use it in GitHub Desktop.
/* Inside wrapped form */ 
<CustomInput 
  name="email" 
  validations="isEmail"> 
<CustomInput 
  name="number" 
  validations="isNumeric, isLength:5" 
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment