偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
components/form/demo/control-hooks.md
|
@ -9,10 +9,14 @@ title: |
|
|
|
|
|
|
|
|
通过 `Form.useForm` 对表单数据域进行交互。 |
|
|
通过 `Form.useForm` 对表单数据域进行交互。 |
|
|
|
|
|
|
|
|
|
|
|
> 注意 `useForm` 是 [React Hooks](https://reactjs.org/docs/hooks-intro.html) 的实现,只能用于函数组件,class 组件请查看下面的例子。 |
|
|
|
|
|
|
|
|
## en-US |
|
|
## en-US |
|
|
|
|
|
|
|
|
Call form method with `Form.useForm`. |
|
|
Call form method with `Form.useForm`. |
|
|
|
|
|
|
|
|
|
|
|
> Note that `useForm` is a [React Hooks](https://reactjs.org/docs/hooks-intro.html) that only works in functional component. |
|
|
|
|
|
|
|
|
```tsx |
|
|
```tsx |
|
|
import { Form, Input, Button, Select } from 'antd'; |
|
|
import { Form, Input, Button, Select } from 'antd'; |
|
|
|
|
|
|
|
|