XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
77 stars 134 forks source link

Add rows to parameters column for text type #616

Closed lognaturel closed 7 months ago

lognaturel commented 1 year ago

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 commented 1 year ago
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.