-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
EnhancementImprovement to an existing featureImprovement to an existing feature
Description
Increasing Access
Unsure
Feature enhancement details
Current Behavior

The SignupForm component currently validates the username and email fields on every keystroke, potentially causing excessive API calls and affecting performance.
Proposed Enhancement
Implement debouncing for the username and email field validations to reduce the number of API calls and improve overall form performance.
Expected Behavior After Enhancement
->Validation for username and email fields should only occur after the user has stopped typing for a short period (e.g., 300ms).
->This should significantly reduce the number of API calls made during form completion.
->The user experience should be smoother, with less apparent lag during typing.
Metadata
Metadata
Assignees
Labels
EnhancementImprovement to an existing featureImprovement to an existing feature