You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you're doing well. I've noticed an issue with how the "touched" object is being filled after submitting the form. When I manually input values into the input field, I can see the correct "touched" object, as shown in the screenshot (it is ok):
Show screenshot
However, when I submit the form, the "touched" object changes, causing the value for my field to disappear and not be highlighted as erroneous. Here's the screenshot (it isn't ok):
Show screenshot
Could you please advise on what might be causing this issue? The data is added dynamically. Below is an example of the component for your reference.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there,
I hope you're doing well. I've noticed an issue with how the "touched" object is being filled after submitting the form. When I manually input values into the input field, I can see the correct "touched" object, as shown in the screenshot (it is ok):
Show screenshot
However, when I submit the form, the "touched" object changes, causing the value for my field to disappear and not be highlighted as erroneous. Here's the screenshot (it isn't ok):
Show screenshot
Could you please advise on what might be causing this issue? The data is added dynamically. Below is an example of the component for your reference.
Show screenshot
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions