We are using react-final-form library and are mapping two Fields with the same name. And we need to validate only one of those two fields. Now, when we run our application, in case when validation fails, error message appears on both of two fields. We want to show error message only on the field in which we are doing the validation.
Could anyone please help. How to do this ?