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] Validation errors don't show on Edit page #8055

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

arimet
Copy link
Contributor

@arimet arimet commented Aug 9, 2022

Fix #8049

useIsFormInvalid will only check if useFormState has errors.
Because useFormStatedoes not return isValid state if useForm mode is null (read more)

errors.mp4

useIsFormInvalid will only check if useFormState has errors. Because useFormState not return isValid if useForm mode is null
@arimet arimet added the RFR Ready For Review label Aug 9, 2022
@arimet arimet requested a review from fzaninotto August 9, 2022 14:12
@arimet arimet self-assigned this Aug 9, 2022
@antoinefricker antoinefricker changed the title Fix: useIsFormInvalid [Fix] Validation errors don't show on Edit page Aug 9, 2022
@slax57 slax57 added this to the 4.2.7 milestone Aug 9, 2022
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.

Validation error notification doesn't show for Edit page
5 participants