Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@mantine/form] useForm: fix isDirty for list fields #3025

Merged
merged 2 commits into from Dec 4, 2022

Commits on Nov 21, 2022

  1. [@mantine/form] useForm: remove dirty state

    Simplify the dirty state functionalities by computing the isDirty
    only on demand using deep comparison of values. Manually
    managing a dirty state parallel to the values state was very much
    bug prone.
    gdostie committed Nov 21, 2022
    Copy the full SHA
    bf76ebb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Copy the full SHA
    5d41d6d View commit details
    Browse the repository at this point in the history