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

Fix useFormGroup isDirty / isTouched state could have non-boolean values #8433

Merged
merged 5 commits into from
Nov 29, 2022

Conversation

WiXSL
Copy link
Contributor

@WiXSL WiXSL commented Nov 24, 2022

Fixes #8400

@WiXSL WiXSL changed the title Fix useFormGroup isDirty and isTouched state could have non-boolean values Fix useFormGroup isDirty / isTouched state could have non-boolean values Nov 24, 2022
@slax57
Copy link
Contributor

slax57 commented Nov 28, 2022

Can you clarify what non-boolean values were obtained, and in which cases?
Also, could you add tests to cover this case i the future?

@slax57 slax57 added this to the 4.6 milestone Nov 29, 2022
@slax57 slax57 merged commit 20fdf07 into master Nov 29, 2022
@slax57 slax57 deleted the fix-formgroup-isdirty-istouch branch November 29, 2022 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

isDirty from form groups is broken with array inputs
2 participants