18F / ffd-info-exchange

Discovery sandbox for Federal Front Door information exchange. Contains two prototypes.
Other
1 stars 2 forks source link

Minimally resolve checkbox validation error #140

Closed fureigh closed 7 years ago

fureigh commented 7 years ago

Change ChoiceField to MultipleChoiceField for the fields that use checkboxes. This is a minimum viable solution that's sufficient for testing, but moderately hacky. To clean it up, add validation that enforces a maximum of one option. Or identify an underlying problem.

Closes https://github.com/18F/ffd-info-exchange/issues/136.