fixed broken internal links
This commit is contained in:
12
README.md
12
README.md
@ -14,7 +14,7 @@ validate on form submission by setting [`onlyOnSubmit`](#onlyonsubmit) to `true`
|
|||||||
instance.
|
instance.
|
||||||
|
|
||||||
Once a field is marked invalid, it will always re-validate when its value is
|
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
|
> `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
|
are then tested based on their `type` attribute value if applicable. (Described
|
||||||
@ -80,7 +80,7 @@ state.
|
|||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Checkbox and Radio Fields {#checkbox-and-radio-fields}
|
### Checkbox and Radio Fields
|
||||||
|
|
||||||
- Wrap all options in a `<fieldset>` element and add the `form-group` class to
|
- Wrap all options in a `<fieldset>` element and add the `form-group` class to
|
||||||
it instead of the individual options.
|
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 `<label>` element will have their values set to
|
and the `for` attribute of the `<label>` element will have their values set to
|
||||||
`password-confirm`.
|
`password-confirm`.
|
||||||
|
|
||||||
This functionality can be disabled by settting [`passConfirm`](#passConfirm) to `false`.
|
This functionality can be disabled by settting [`passConfirm`](#passconfirm) to `false`.
|
||||||
|
|
||||||
A *Password* field with the markup of
|
A *Password* field with the markup of
|
||||||
|
|
||||||
@ -325,7 +325,7 @@ The class assigned output message of the invalid field.
|
|||||||
|
|
||||||
Only validate the form on submission. A setting of `true` will disable
|
Only validate the form on submission. A setting of `true` will disable
|
||||||
individual field validation. Regardless of this setting fields will always
|
individual field validation. Regardless of this setting fields will always
|
||||||
validate on the [`valFieldsOn`](#valFieldsOn) value while they are invalid.
|
validate on the [`valFieldsOn`](#valfieldson) value while they are invalid.
|
||||||
|
|
||||||
### onSuccess
|
### onSuccess
|
||||||
|
|
||||||
@ -409,9 +409,9 @@ JavaScript event, but it is recommended to try
|
|||||||
or [`input`](https://developer.mozilla.org/en-US/docs/Web/API/Element/input_event).
|
or [`input`](https://developer.mozilla.org/en-US/docs/Web/API/Element/input_event).
|
||||||
|
|
||||||
> Individual field validation can be disable by setting
|
> Individual field validation can be disable by setting
|
||||||
[`onlyOnSubmit`](#onlyOnSubmit) to true.
|
[`onlyOnSubmit`](#onlyonsubmit) to true.
|
||||||
|
|
||||||
## Field Options {#field-options}
|
## Field Options
|
||||||
|
|
||||||
* [maxCount](#maxcount)
|
* [maxCount](#maxcount)
|
||||||
* [minCount](#mincount)
|
* [minCount](#mincount)
|
||||||
|
Reference in New Issue
Block a user