Actions
BUG #4089
opendev #4299: [SQA] : Auth module
[SQA] Validation messages appear immediately on field blur instead of on submit/invalid input
Start date:
01/21/2026
Due date:
% Done:
50%
Estimated time:
Description
Issue Description
Validation messages appear immediately when a field is clicked and the user moves to the next field, rather than appearing after clicking Sign Up or when incorrect inputs are provided.
Module / Page
Sign Up
Module Section
Form Validation
Screen Size
All Devices
Steps to Reproduce¶
- Open Sign Up page.
- Click into a field and then move to the next field.
- Observe validation behavior.
Expected Result
Validation messages should not appear immediately if field is empty.
Actual Result
Validation messages appear immediately on blur.
Attachments
PoC
Types of Issue
UI / Usability Issue
Root Cause:
lack of checking form submission step
Impacted Area:
signup form
Actions