form icon indicating copy to clipboard operation
form copied to clipboard

setFieldsValue does not use lodash set and get function

Open Ai01 opened this issue 5 years ago • 0 comments

image

 form.setFieldsValue({
   [`materialList[${key}].unit`]: { key: unitId, label: unitName }
 });

code like this is not work with antd-design。because setFieldsValue does not use lodash set.

Ai01 avatar Apr 11 '19 10:04 Ai01