diff --git a/README.md b/README.md index aedb5f7..49ee820 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ It has automated listener to eliminating unnecessary changes on form.
// Not-Preferred [but it supports] 2. Input Fields should specify the type of validation. + + //***************For General Input Validation************************************** // For Simple Require. @@ -59,6 +61,22 @@ It has automated listener to eliminating unnecessary changes on form. // For Password Match Validation. + //***************For Select Validation******************************************* + + //For Simple Required + + + //***************For Textarea Validation******************************************* + + // For Simple Required + + + 3. Every Input Fields should have a Label with **FOR** attributes.