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

Do a better job of categorizing field types in the JSON field map #58

Open
bengolder opened this issue Mar 22, 2016 · 0 comments
Open

Comments

@bengolder
Copy link
Contributor

Currently:

  • a checkbox is indicated by "type": "button", and "options": ["Yes", "Off"]
  • a set of radio options are indicated by "type": "button" and 2 or more "options" in addition to "Off"
  • a text field is "type": "text"
  • dropdowns and listboxes are both "type": "choice"

Perhaps for checkboxes and radio buttons, they should be "type": "checkbox" and "type": "radio" since those two types are easy to infer from the field data output.

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

No branches or pull requests

1 participant