mobx-react-form icon indicating copy to clipboard operation
mobx-react-form copied to clipboard

using form properties in computed props

Open mogadanez opened this issue 4 years ago • 0 comments

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;
  }

mogadanez avatar May 03 '21 07:05 mogadanez