We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能够允许用户设置单个表单的值。目前如果使用setFieldsValue设置的话,如果在表单图片上传,或者是弹框选择的情况下,使用setFieldsValue或导致其他必填但是还未填的表单项提示内容缺失。页面非常不友好。
setFieldValue(name: NamePath, value: any),根据表单的name字段来设置表单项的值。于antd-mobile的方法一直
The text was updated successfully, but these errors were encountered:
setFieldsValue实际上有第二个参数,设置为false就不会校验表单。你可以使用validatefields手动触发校验,不过可能会遇到#2588这个问题
Sorry, something went wrong.
oasis-cloud
Successfully merging a pull request may close this issue.
这个功能解决了什么问题?
能够允许用户设置单个表单的值。目前如果使用setFieldsValue设置的话,如果在表单图片上传,或者是弹框选择的情况下,使用setFieldsValue或导致其他必填但是还未填的表单项提示内容缺失。页面非常不友好。
你期望的组件设计是怎样的?
setFieldValue(name: NamePath, value: any),根据表单的name字段来设置表单项的值。于antd-mobile的方法一直
The text was updated successfully, but these errors were encountered: