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
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
_(Number)_: The time in milliseconds, by which the change action will be debounced.
159
+
_(Number)_: The time in milliseconds, by which the change action will be debounced.
160
160
161
161
## `validateOn="..."` {#prop-validateOn}
162
162
_(String | Array)_: A string/array of strings specifying when validation should occur. By default, validation happens with whatever `updateOn` is set to. The `validateOn` property can have these values:
@@ -388,4 +388,9 @@ For `<Control.checkbox />`, the default `getValue` function is:
388
388
_(Boolean)_: Signifies that the control is a toggle (e.g., a checkbox or a radio). If `true`, then some optimizations are made.
389
389
390
390
Default: `true` for `<Control.radio>` and `<Control.checkbox>`, `false` for all other controls.
_(Boolean)_: When `true` the `fieldValue` prop is mapped on to the child component. This prop contains information about the field's state such as its validity and whether it has been touched. This is particularly useful when using a custom component as it allows you to dynamically alter the component based on the field's state.
0 commit comments