Skip to content

Missing Real-Time Validation in Form Submission #25

@CodeWithAkthar

Description

@CodeWithAkthar

Problem:

The current implementation lacks real-time validation, which could lead to user errors being caught only after form submission. This reduces the overall user experience.

Expected Behavior:

Validation should occur in real-time as the user inputs data into the form fields. This would allow for immediate feedback and correction of errors without needing to click the submit button.

Actual Behavior:

Validation is only triggered when the submit button is clicked, resulting in a delayed response to user errors.

Additional Context:

Implementing real-time validation would improve user experience and prevent unnecessary form submissions.

Screenshot:
login validation

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions