Skip to content

fix(*): validate errors on form changes#1312

Open
MichaelVerdon wants to merge 14 commits intomainfrom
onKeyUp-error
Open

fix(*): validate errors on form changes#1312
MichaelVerdon wants to merge 14 commits intomainfrom
onKeyUp-error

Conversation

@MichaelVerdon
Copy link
Contributor

@MichaelVerdon MichaelVerdon commented Jan 22, 2026

closes #1310

  • This change will display errors and remove them based on keyboard strokes using onChanged instead onBlur to make the UI more responsive. So if you are a few characters short on a password, the error will vanish as soon as you meet the requirements, same with email.
  • This change is applied to all packages
  • Removed onBlur references as it is not required if fields are already validated by onChange()
  • Errors say 8 characters on password is enforced but internally we use 6 so change message to 6.

@MichaelVerdon MichaelVerdon marked this pull request as ready for review January 29, 2026 13:05
@MichaelVerdon MichaelVerdon changed the title fix: validate errors on form changes rather than error fix(*): validate errors on form changes rather than error Jan 29, 2026
@MichaelVerdon MichaelVerdon changed the title fix(*): validate errors on form changes rather than error fix(*): validate errors on form changes Jan 29, 2026
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.

Validations of user input (email/password/display name) do not clear when user fixes them

1 participant