codeforamerica / honeycrisp-gem

A Rails gem with base styles and Javascript for Code for America products
http://honeycrisp.herokuapp.com
MIT License
24 stars 8 forks source link

Revert "Fix - "None of the above" in checkbox set (Breaking)" #331

Closed arinchoi03 closed 3 months ago

arinchoi03 commented 3 months ago

Reverts codeforamerica/honeycrisp-gem#320

-- This broke the functionality for Rails projects, which use formbuilder. We cannot easily manipulate the id of the html elements as in we can in our java projects. In order to unblock further development for Rails projects, we made a decision to revert this. We should figure out a way to fix this for java projects in the future.