-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
异步请求添加的 FormItem 无法获取到 Form initialValues 预设值 #453
Labels
bug
Something isn't working
Comments
临时解决办法: formIt.current.setFields({
data
}) |
👌,近期会修复 |
zuolung
pushed a commit
that referenced
this issue
Feb 9, 2023
GOODJOB! |
This was referenced Feb 23, 2023
This was referenced Apr 21, 2023
This was referenced Jun 5, 2023
This was referenced Jul 5, 2023
This was referenced Aug 25, 2023
This was referenced Sep 23, 2023
This was referenced Jan 31, 2024
This was referenced Apr 30, 2024
This was referenced May 11, 2024
This was referenced May 24, 2024
This was referenced Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个 Issue 涉及以下平台:
BUG 描述
异步请求生成的 FormItem 无法获取到 Form initialValues 设定的 值
复现步骤
以上代码在文档择抄。用注释中的
{[1, 2].map((v, i)=>{
能够正常获取预设值。执行以上代码则不能获取。
期望结果
能够正常运行。
实际结果截图
The text was updated successfully, but these errors were encountered: