You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component/options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@ validateAfterLoad | `false` | `boolean` | Execute validation after mod
9
9
validateAfterChanged | `false` | `boolean` | Execute validation after every change
10
10
fieldIdPrefix | _none_ | `string` | Prefix to add to every field's `id`. Will be prepended to ids explicity set in the schema, as well as auto-generated ones.
11
11
validateAsync | `false` | `boolean` | `validate()` method returns a Promise, refer to [validation](/validation/custom-validators.md#asynchronous-validators)
12
-
validationErrorCLass | `"error"` | `string` | CSS Class attached to elements which are invalid
12
+
validationErrorClass | `"error"` | `string` | CSS Class attached to elements which are invalid
13
13
validationSuccessClass | _none_ | `string` | CSS Class attached to elements which are valid
14
14
validateDebounceTime | `0` | `integer` | Amount of time in milliseconds validation waits before checking, refer to [validation](/validation/README.md#debounce)
0 commit comments