Skip to content

Conversation

@Ehesp
Copy link
Member

@Ehesp Ehesp commented Nov 4, 2025

BB-10

Clicking submit with no field values shows a double error (Password should be at least 8 characters, Password should be at least 8 characters)


Since we had both onBlur and onSubmit validation checks, it doubled up on errors when the form was empty and submitted.

Confirmed that when a form is submitted, it re-runs all validators anyway, thus making the onSubmit validator redundant and can be removed.

@Ehesp Ehesp merged commit 911dfe6 into @invertase/v7-development Nov 4, 2025
3 checks passed
@Ehesp Ehesp deleted the @invertase/bb-10 branch November 4, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant