You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

483 B

zh-CN

通过 Form.useForm 对表单数据域进行交互。

注意 useFormReact Hooks 的实现,只能用于函数组件,class 组件请查看下面的例子。

en-US

Call form method with Form.useForm.

Note that useForm is a React Hooks that only works in functional component.

#components-form-demo-control-hooks .ant-btn {
  margin-right: 8px;
}