Upgrade to new form binder

This commit is contained in:
John Lyon-Smith
2018-05-15 13:09:13 -07:00
parent 8fcfa26063
commit aa2da7d55d
26 changed files with 307 additions and 194 deletions

View File

@@ -94,7 +94,7 @@ export class Login extends React.Component {
@autobind
handleLogin() {
let obj = this.state.binder.getModifiedFieldValues()
let obj = this.state.binder.getmodifiedBindingValues()
let { history } = this.props
if (obj) {