File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ But it also has some disadvantages:
111
111
</a-form-item >
112
112
```
113
113
114
- 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:
114
+ 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:
115
115
116
116
The first is to use multiple ` a-form-item ` :
117
117
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
110
110
</a-form-item >
111
111
```
112
112
113
- 如上 Form.Item 并不知道需要收集 ` name="a" ` 还是 ` name= ` b \`\ ` ,你可以通过如下三种方式去解决此类问题:
113
+ 如上 Form.Item 并不知道需要收集 ` name="a" ` 还是 ` name="b" ` ,你可以通过如下三种方式去解决此类问题:
114
114
115
115
第一种,使用多个 ` a-form-item ` :
116
116
You can’t perform that action at this time.
0 commit comments