Closed TomFuch closed 1 year ago
Is there a way to check if form is Dirty without unsaved changes?
thanks for hints...
Can use JSON.stringify(prev) !== JSON.stringify(next) to check?
JSON.stringify(prev) !== JSON.stringify(next)
Is there a way to check if form is Dirty without unsaved changes?
thanks for hints...