Form manager plugin
this.formStateManager = this.action.store.form
.bind(this.form.current)
.sync();this.formStateManager = Store.store.select(['form']).form
.bind(this.form.current)
.onChange(state => this.forceUpdate())
.sync();Last updated