Open sidohaakma opened 6 years ago
this.formstate._reset will not reset the data in the inputs, only the validation state of the form. Is this not happening?
@fergaldoyle I suggest to update Readme and make it more clear what it's only reset validation state not inputs values.
We have a component that uses vue-form. The component can get new input data via properties. When new data is passed to the component, the this.formstate._reset is not changing the state of the form (or we do not understand how we have to use this feature).
Expected behavior: When I call this.formstate._reset reset the formstate to the initial state.
Observed behavior: The former data objects are still in the formstate.