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

Do not autocomplete form fields by default in new Form Builder #263

Closed hartsick closed 3 years ago

hartsick commented 3 years ago

Previously we defaulted text inputs in our Form Builder to not be autocompleted. We did not transfer this functionality to the new Form Builder, which results in browsers suggesting previously inputted information into form fields. Given our use cases, I think we want to default all inputs to not autocomplete.

There may be other default options we wish to bring over, too. Here is the reference default options from the previous form builder.