Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 3: No Gender #3

Open
swayam-agrahari opened this issue Oct 21, 2024 · 0 comments
Open

Issue 3: No Gender #3

swayam-agrahari opened this issue Oct 21, 2024 · 0 comments

Comments

@swayam-agrahari
Copy link
Owner

swayam-agrahari commented Oct 21, 2024

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

  1. Navigate to the Personal Information form.
  2. Observe that there are input fields for name, email, and age.
  3. 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

  1. Add a new input field for gender in the PersonalInfo component.
  2. Ensure that the updateFormData function is used to update the gender state in the formData object.
  3. Optionally, implement validation for the gender field, if necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant