diff --git a/README.md b/README.md index ce884ca..5b63c4c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ validate on form submission by setting [`onlyOnSubmit`](#onlyonsubmit) to `true` instance. Once a field is marked invalid, it will always re-validate when its value is -changed regardless of the [`onlyOnSubmit`](#onlyOnSubmit) value. +changed regardless of the [`onlyOnSubmit`](#onlyonsubmit) value. > `required` fields are first tested for blank. If this check is passed, fields are then tested based on their `type` attribute value if applicable. (Described @@ -80,7 +80,7 @@ state. ``` -### Checkbox and Radio Fields {#checkbox-and-radio-fields} +### Checkbox and Radio Fields - Wrap all options in a `
` element and add the `form-group` class to it instead of the individual options. @@ -136,7 +136,7 @@ The markup for this field is a duplicate of the original input's parent and the `for` attribute of the `