Block or Report
Block or report syedsuhail
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
const greaterThanField = (fieldName) => (fieldValue,formData) =>
2fieldValue > formData[fieldName] ? undefined : `Value must be greater that ${fieldName}`;
34/* Rest of the component */
5this.state = {
-