You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: