From 2fb593675b59b3d4d19725a4529187f7451a704c Mon Sep 17 00:00:00 2001 From: Shankar Thiyagaraajan Date: Mon, 16 Jan 2017 08:44:58 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.