mobx-react-form
mobx-react-form copied to clipboard
using form properties in computed props
https://codesandbox.io/s/form-quickstart-forked-5qm1s
trying to use form props in computed props, but value is not refreshed.
get sumbitingOrValidating() {
return this.form.submitting || this.form.validating;
}