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.
160
+
157
161
## `validateOn="..."` {#prop-validateOn}
158
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:
159
163
-`"change"` - validate on the `onChange` event handler
* The time in milliseconds, by which the change action will be debounced.
137
+
*/
138
+
debounce?: number;
140
139
/**
141
140
* A map where the keys are validation keys, and the values are the corresponding functions that determine the validity of each key, given the model's value.
142
141
* Validator functions accept the value and return true if the field is valid.
0 commit comments