Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion issue for form submission #5

Open
domenic opened this issue Apr 26, 2019 · 0 comments
Open

Discussion issue for form submission #5

domenic opened this issue Apr 26, 2019 · 0 comments

Comments

@domenic
Copy link
Contributor

domenic commented Apr 26, 2019

https://github.com/tkent-google/lapi-switch#form-submission discusses two models for how form data gets computed:

  • A) Compatible with <input type=checkbox>
  • B) Send state simply

Personally I think B) is quite nice. It feels like checkboxes having a value is mostly just because they got squashed into the <input> control; if they were a separate control, they wouldn't have one. I also remember when writing my server-side code getting confused as to why some fields "disappeared" (because they were unchecked checkboxes).

But, I could be quite wrong. Web developer input would be great here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant