nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Sign Up form date of birth field needs the label to be associated with input #5

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

When you click the label for date of birth, it doesn't focus the input. We need to make it focus. To accomplish that, you can associate the label with the input.

Pybite commented 2 months ago

I would like to help with this