usgo / gocongress

Annual US Go Congress Website
https://www.gocongress.org
MIT License
20 stars 17 forks source link

Fix daily plan selections #292

Closed neagle closed 2 years ago

neagle commented 2 years ago

Add JS to manage exactly-one-plan plan categories

In a plan category that is single-select ("exactly one plan"):

* When a user selects an item in a daily plan, uncheck any other plans
  that have been selected

* When a user selects another plan, uncheck any daily-plan checkboxes
  that have been checked

Fixes #291