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.
 
 

365 B

zh-CN

我们推荐使用 Form.useForm 创建表单数据域进行控制。如果是在 class component 下,你也可以通过 ref 获取数据域。

en-US

We recommend use Form.useForm to create data control. If you are using class component, you can get it by ref.

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