ReproNim / reproschema

A standardized form generation and data collection schema to harmonize results by design across projects.
https://www.repronim.org/reproschema/
Other
14 stars 20 forks source link

add `maxLength` back for string type responses #535

Open satra opened 1 month ago

satra commented 1 month ago

In some protocols, we have an maxLength property for text inputs. It would be good to add this one back to ResponseOption, unless we think we can use maxValue, but that doesn't seem semantically correct for a string type input.

just a note that this variable does not seem to be used in the UI at the moment.