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
I tested and it seems like react work well. On react form.isDirty is just fired late but it get update.
On vue it just never get update and that because of vue's proxy passed to defaults:
Versions:
@inertiajs/vue3
version: 1.0.14Describe the problem:
IsDirty remains false after pushing values to an array.
Steps to reproduce:
Set up a form:
Set the values as default:
Push to the array:
The text was updated successfully, but these errors were encountered: