-
不提交的情况下,如何获取表单所有控件的值类似 ant form form.getFieldsValue() |
Beta Was this translation helpful? Give feedback.
Answered by
hashplus
Dec 20, 2020
Replies: 1 comment
-
const { getFormState } = createFormActions()
getFormState(state => console.log(state.values)) 暂时这么获取 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hashplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
暂时这么获取