mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
docs: update documentation about mixins
This commit is contained in:
parent
5de62ff8d3
commit
2bb90710b9
@ -4,7 +4,7 @@
|
||||
|
||||
示例展示了如何通过使用 `Form.ValueMixin` 来获取和更新表单提交的数值。
|
||||
|
||||
**注意:** 你需要为每个输入控件声明 `name` 属性。
|
||||
**注意:** 1)需要为每个输入控件声明 `name` 属性;2)ES6 语法 [不支持 `mixins`](https://facebook.github.io/react/docs/reusable-components.html#no-mixins);
|
||||
|
||||
---
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
表单提交的时候,通过 Validation 的 validate 方法判断是否所有表单域校验通过(isValid 会作为回调函数的参数传入)。
|
||||
|
||||
**注意:** ES6 语法 [不支持 `mixins`](https://facebook.github.io/react/docs/reusable-components.html#no-mixins)。
|
||||
|
||||
---
|
||||
|
||||
````jsx
|
||||
|
Loading…
Reference in New Issue
Block a user