You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Missing Gender Field in Personal Info Component
Description
The PersonalInfo component currently handles name, email, and age inputs, but there is no implementation or mention of a gender field in the form. This omission may lead to incomplete user profiles, as gender is often an important piece of personal information.
Steps to Reproduce
Navigate to the Personal Information form.
Observe that there are input fields for name, email, and age.
Note that there is no input field for gender.
Expected Behavior
The form should include a gender input field to allow users to specify their gender. This can enhance user data collection and improve user experience.
Suggested Implementation
Add a new input field for gender in the PersonalInfo component.
Ensure that the updateFormData function is used to update the gender state in the formData object.
Optionally, implement validation for the gender field, if necessary.
The text was updated successfully, but these errors were encountered:
Issue: Missing Gender Field in Personal Info Component
Description
The
PersonalInfo
component currently handles name, email, and age inputs, but there is no implementation or mention of a gender field in the form. This omission may lead to incomplete user profiles, as gender is often an important piece of personal information.Steps to Reproduce
Expected Behavior
The form should include a gender input field to allow users to specify their gender. This can enhance user data collection and improve user experience.
Suggested Implementation
PersonalInfo
component.updateFormData
function is used to update the gender state in theformData
object.The text was updated successfully, but these errors were encountered: