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 rows to parameters column for text type #616

Closed
lognaturel opened this issue Jul 19, 2022 · 1 comment · Fixed by #667
Closed

Add rows to parameters column for text type #616

lognaturel opened this issue Jul 19, 2022 · 1 comment · Fixed by #667

Comments

@lognaturel
Copy link
Contributor

lognaturel commented Jul 19, 2022

It's been part of the ODK XForms spec forever but is not conveniently exposed.

https://forum.getodk.org/t/odk-collect-text-entry-options-limited-by-single-line-design/37942/6?u=ln

@lindsay-stevens
Copy link
Contributor

From this:

type name label body::rows
text tall_box A tall textbox 7

To this:

type name label parameters
text tall_box A tall textbox rows=7

Spec says that rows:

Specifies the minimum number of rows a string <input> field gets.

@lognaturel lognaturel changed the title Add rows to parameter column for text type Add rows to parameters column for text type Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants