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 am trying to use shouldDirtyConsider property but found a strange behavior, the form is marked as dirty from the start, with form.value == form.initialValue.
Moreover, it never reaches the dirty=false.
When I try to write shouldDirtyConsider as : (name) => false, it does not always return false as the form is sometimes dirty..
Describe the bug and the expected behavior
Hello,
I am trying to use shouldDirtyConsider property but found a strange behavior, the form is marked as dirty from the start, with form.value == form.initialValue.
Moreover, it never reaches the dirty=false.
When I try to write shouldDirtyConsider as : (name) => false, it does not always return false as the form is sometimes dirty..
Conform version
both in v1.1.5 & v1.2.2
Steps to Reproduce the Bug or Issue
https://stackblitz.com/edit/remix-run-remix-ufjul4tf?file=app%2Froutes%2F_index.tsx
What browsers are you seeing the problem on?
Chrome, Firefox
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: