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
The form does not reset isDirty state after calling defaults() and then calling reset()
This behavior is observed if there are only primitive values in the form
I assume that watcher doesn't see changes and does not change the IsDirty state
Version:
@inertiajs/vue3
version: 1.0.6Describe the problem:
The form does not reset isDirty state after calling defaults() and then calling reset()
This behavior is observed if there are only primitive values in the form
I assume that watcher doesn't see changes and does not change the IsDirty state
Steps to reproduce:
Create a form as in the playground:
Try to change some value
Next, call defaults() and reset(), isDirty will not change its state
REC-20240418225231.mp4
The text was updated successfully, but these errors were encountered: