Options
Available options for vue-form-generator
Property | Default | Type | Description |
validateAfterLoad |
|
| Execute validation after model loaded |
validateAfterChanged |
|
| Execute validation after every change |
fieldIdPrefix | none |
| Prefix to add to every field's |
validateAsync |
|
|
|
validationErrorCLass |
|
| CSS Class attached to elements which are invalid |
validationSuccessClass | none |
| CSS Class attached to elements which are valid |
validateDebounceTime |
|
| Amount of time in milliseconds validation waits before checking, refer to validation |
Last updated