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 am using Form.List inside Form.List and when removing the inner formList onValuesChange() is giving away an unexpected second argument.
form.getFieldsValue() returns the same. But if you call the onFinish() method, then it is correct the value I expected.
I am using Form.List inside Form.List and when removing the inner formList onValuesChange() is giving away an unexpected second argument.
form.getFieldsValue() returns the same. But if you call the onFinish() method, then it is correct the value I expected.
demo - https://stackblitz.com/edit/react-izdsz3-ubydjz?file=index.js.
How to reproduce:
The text was updated successfully, but these errors were encountered: