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
| submitAlwaysValidate<sup>1.12.36+</sup> | If true, we will always validate all fields when submit | Boolean | true/false | false |
359
360
360
361
-`schema` sub configuration
361
362
@@ -425,6 +426,7 @@ CubeForm is a schema-based form generator component.
425
426
| trigger<sup>1.8.0+</sup>| If set to 'blur' then will be validate this filed when blur |String| blur/change |-|
426
427
| debounce<sup>1.8.0+</sup>| Debounce validating time(ms). If`trigger` is 'blur' then the debounce will be ignored |Number/Boolean|>=0, if set to true the time will be 200(ms) |-|
427
428
| messages | Validator messages, see <a href="#/en-US/docs/validator#cube-Props-anchor">Validator</a>|String|-|-|
429
+
| key<sup>1.12.36+</sup>| field union key |String|-|-|
0 commit comments