code-for-nashville / glean-tennessee-web

This project was created during Nashville's Civic Day of Hacking to allow farmers and other food providers to notify the Society of St. Andrew of food donations available for harvest and pick up.
https://glean-tennessee.firebaseapp.com/
8 stars 10 forks source link

Signup Form - Clicking label for checkbox toggles other checkbox, similar for radio inputs #58

Closed enlore closed 5 years ago

enlore commented 5 years ago

To reproduce:

  1. Start the signup process
  2. Under "What days of the week are best for pickup?", click the label for "Tuesday"
  3. Note that "Monday" is checked/unchecked
enlore commented 5 years ago

Same issue applies to input type radio as seen on the Submit a Request for Gleaners screen.

rousell commented 5 years ago

PR for this change: https://github.com/code-for-nashville/glean-tennessee-web/pull/59

enlore commented 5 years ago

Looks good. Leaving this open for a fix for the radio buttons as well.

andrewleverette commented 5 years ago

I’ve opened a pull request for this issue.