-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
