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

Add support for select/select1 option selection='open' #87

Open
tiritea opened this issue Apr 19, 2017 · 0 comments
Open

Add support for select/select1 option selection='open' #87

tiritea opened this issue Apr 19, 2017 · 0 comments

Comments

@tiritea
Copy link

tiritea commented Apr 19, 2017

I know ODK Collect does not currently support the selection='open' option for select/select1 controls [see https://groups.google.com/forum/#!topic/opendatakit-developers/cDWTaoFGkEM for discussion] but other XForms clients can or may. So it would be nice if there was a way for XLSForm to insert the relevant option into its resulting XML to support this. XLSForm already goes to the trouble of adding an additional option and a new question in order to support 'or_other' - this should be easy by comparison! :-)

I might suggest - in keeping with how things are done presently with 'or_other' - adding a new option to the type specifier, eg "open", which when present adds "selection='open'" to the resulting control statement. eg

     select_one colors open
     select_multiple colors open

Thoughts?

  • Gareth
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