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
When I pass a default value to a field, and set disabled={false}, the field is set to dirty once I hit submit.
Expected behavior 🤔
The field should not be dirty.
This appears to be to do with some changes made in react-hook-form 7.54.2 (downgrading the react-hook-form version to 7.54.1 in the first codesandbox below will remove the bug), however I can't reproduce the issue using only react-hook-form alone.