-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Overly deep nesting of objects, there is an error in assigning values to formData. #4334
Comments
@amazingywk I added a shared link to your description above with your example. When I try it out it seems to be working fine. Can you provide a screen recording of what you believe isn't working? |
when you choose "a" into "test2", the right place show "b" and "c", but in the formData, "b" and "c" did not appear and were not assigned values. This can also lead to other problems: if I set another variable "d" that depends on "b" and "c", then this "d" may not even appear on the right side. |
@amazingywk The fact that |
@abdalla-rko I am not sure whether your fix for #4282 covered this case. Do you have time to investigate? |
The version in my project is 1.8.1 and there is no such problem. But this is not the key to the problem. Because I reproduced this problem on the playground. There is no problem locally. However, local debugging is not as efficient as the playground. Perhaps you haven't updated the playground version? If it is the latest version, then I understand that there should be this problem in your latest version. |
Hi @amazingywk, not sure what you mean by version 1.8.1 and for what it is. But I could reproduce the issue easily on the playground and just did a pr for the fix. It should be fixed once it's merged. |
thank you! |
Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
In this playground example,When we change the value of dropdown A, B and C do not appear in formData. We suspect that it is a bug caused by overly deep nesting of objects.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: