Skip to content

Commit 694e437

Browse files
committed
cleanup the defaults for options
1 parent 63c02b1 commit 694e437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| :--- | :--- | :--- | :--- |
1111
| [schema](schema.md) | `Object` | `none` | The schema object with fields |
1212
| [model](model.md) | `Object` | `none` | The model/target JSON object |
13-
| [options](options.md) | `Object` | `{`<br/>`validateAfterLoad: false,`<br/>`validateAsync: false,`<br/>`validateAfterChanged: false,`<br/>` validationErrorClass: "error",`<br/>`validationSuccessClass: ""`<br/>`}` | Options for the VueFormComponent |
13+
| [options](options.md) | `Object` | `Object` | Options for the VueFormComponent |
1414
| multiple | `Boolean` | `false` | If true, we only show `multi: true` fields |
1515
| isNewModel | `Boolean` | `false` | If true, we won't run validation after load |
1616
| tag | `String` | "fieldset" | Change the main HTML element wrapper for Fields and Groups |

component/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ fieldIdPrefix | _none_ | `string` | Prefix to add to every field
1111
validateAsync | `false` | `boolean` | `validate()` method returns a Promise, refer to [validation](/validation/custom-validators.md#asynchronous-validators)
1212
validationErrorCLass | `"error"` | `string` | CSS Class attached to elements which are invalid
1313
validationSuccessClass | _none_ | `string` | CSS Class attached to elements which are valid
14-
validateDebounceTime | `0` | `integer` | Amount of time in milliseconds validation waits before checking, refer to [validation](/validation/README.md#debounce)
14+
validateDebounceTime | `0` | `integer` | Amount of time in milliseconds validation waits before checking, refer to [validation](/validation/README.md#debounce)

0 commit comments

Comments
 (0)