docs(form): fix typo (#5896)
parent
ae451b71df
commit
2a3798e9b4
|
@ -111,7 +111,7 @@ But it also has some disadvantages:
|
|||
</a-form-item>
|
||||
```
|
||||
|
||||
As above Form.Item does not know whether to collect `name="a"` or `name=`b\`\`, you can solve this kind of problem in the following two ways:
|
||||
As above Form.Item does not know whether to collect `name="a"` or `name="b"`, you can solve this kind of problem in the following two ways:
|
||||
|
||||
The first is to use multiple `a-form-item`:
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
|
|||
</a-form-item>
|
||||
```
|
||||
|
||||
如上 Form.Item 并不知道需要收集 `name="a"` 还是 `name=`b\`\`,你可以通过如下三种方式去解决此类问题:
|
||||
如上 Form.Item 并不知道需要收集 `name="a"` 还是 `name="b"`,你可以通过如下三种方式去解决此类问题:
|
||||
|
||||
第一种,使用多个 `a-form-item`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue