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:
111111</a-form-item >
112112```
113113
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:
115115
116116The first is to use multiple ` a-form-item ` :
117117
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
110110</a-form-item >
111111```
112112
113- 如上 Form.Item 并不知道需要收集 ` name="a" ` 还是 ` name= ` b \`\ ` ,你可以通过如下三种方式去解决此类问题:
113+ 如上 Form.Item 并不知道需要收集 ` name="a" ` 还是 ` name="b" ` ,你可以通过如下三种方式去解决此类问题:
114114
115115第一种,使用多个 ` a-form-item ` :
116116
You can’t perform that action at this time.
0 commit comments