mirror of
https://github.com/grey-cat-1908/formaptix-server.git
synced 2024-11-11 18:57:27 +03:00
added textarea support
This commit is contained in:
parent
091b0a7968
commit
1a8f3e2980
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class TextQuestion(BaseQuestion):
|
||||||
validator: TextValidator | None = None
|
validator: TextValidator | None = None
|
||||||
min_length: int | None = None
|
min_length: int | None = None
|
||||||
max_length: int | None = None
|
max_length: int | None = None
|
||||||
|
textarea: bool = False
|
||||||
|
|
||||||
@field_validator("min_length")
|
@field_validator("min_length")
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue