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