questionpy-org / questionpy-sdk

Library and toolset for the development of QuestionPy packages
https://questionpy.org
MIT License
0 stars 2 forks source link

Mehrzeilige `text_area` #83

Closed MHajoha closed 1 month ago

MHajoha commented 1 month ago

Aus

input = text_area("Multiline Text", required=True, hide_if=[is_checked("chk")])

wird grafik

PR basiert auf #82 Common: https://github.com/questionpy-org/questionpy-common/pull/31

MHajoha commented 1 month ago

Generell wären vielleicht noch die Attribute minlength und maxlength interessant. Muss aber nicht in diesem PR geschehen

Habe ich mal notiert: https://github.com/orgs/questionpy-org/projects/2/views/1?pane=issue&itemId=62706300