edmundhung / conform

A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js.
https://conform.guide
MIT License
1.8k stars 101 forks source link

fix: applies shouldDirtyConsider to both sides of dirty check #704

Closed ericsakmar closed 1 month ago

ericsakmar commented 2 months ago

fixes #703

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 880c7537f82fd77531f4ab82056b1d2a2de7fa61

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

edmundhung commented 1 month ago

Closing now as we believe readonly attribute is a solution.