We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce9110 commit 4160808Copy full SHA for 4160808
packages/components/src/ProForm/README.md
@@ -845,7 +845,7 @@ const Demo = () => {
845
}
846
847
const handleSave = async ()=>{
848
- const validateList = await formList.map(itm => {})
+ const validateList = await formList.map(itm => itm.validateFieldsAndGetValue()) || []
849
const values = await asyncAwaitFormList(validateList)
850
setState(values)
851
// 调用接口
0 commit comments