Integrating new form binder
This commit is contained in:
@@ -17,7 +17,7 @@ export class ForgotPassword extends React.Component {
|
||||
isValid: (r, v) => (regExpPattern.email.test(v))
|
||||
},
|
||||
submit: {
|
||||
nonValue: true,
|
||||
noValue: true,
|
||||
isDisabled: (r) => (!r.anyModified || !r.allValid)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user