From e8cd6a8ce8ceb2b63221b4bf8e87437009abefff Mon Sep 17 00:00:00 2001 From: christianalfoni Date: Tue, 14 Apr 2015 21:32:14 +0200 Subject: [PATCH] removed novalidate from readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 6d35381..3c35d08 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ A form input builder and validator for React JS - [onValidSubmit()](#onvalidsubmit) - [onInvalidSubmit()](#onvinalidsubmit) - [onChange()](#onchange) - - [novalidate](#novalidate) - [Formsy.Mixin](#formsymixin) - [name](#name) - [value](#value) @@ -258,12 +257,6 @@ Triggers when form is submitted with an invalid state. The arguments are the sam ``` "onChange" triggers when setValue is called on your form elements. It is also triggered when dynamic form elements have been added to the form. The "currentValues" is an object where the key is the name of the input and the value is the current value. -#### novalidate -By default Formsy will set the "novalidate" attribute on the form, ignoring native validations. You can turn this off with: -```html - -``` - ### Formsy.Mixin #### name