Properties

Form properties can be fetched by applying a ref to the form component and referencing them on the this.$refs object.

  • hasErrors boolean Does the form contain any errors?
  • errors array form errors
  • fields array a collection of the fields to be sent (all fields by default, or only dirty fields when sendOnlyDirtyFields is set to true)
  • pristine boolean When using sendOnlyDirtyFields, is the form pristine?

results matching ""

    No results matching ""