field-form
field-form copied to clipboard
IsFieldTouched doesn't work with Form.List
Hi, I'm using antd form with Form.list map. I'm not able to check isFieldTouched for field inside the list:
##Reproduction:
##What happened?
As you can see
form.getFieldValue(["fields",0, "name"])return the new typed value.
But form.isFieldTouched(["fields",0, "name"]) always return false.
I think it's an issue.
Hi, I'm facing the same issue, any update? isFieldTouched always returns false for items inside a form list