Skip to content

Commit

Permalink
docs: add help text to modeling instructions (#1058)
Browse files Browse the repository at this point in the history
Text zur textarea ergänzt
  • Loading branch information
ThomasFrommer authored Nov 28, 2023
1 parent 4613717 commit 0acacda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/modeling/forms/fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ Im Formular wird das Feld wie folgt angezeigt:

![Formular Editor](~@source/modeling/forms/fields/textarea-form.png)

#### Hinweise
Für längere Inhalte, die readonly angezeigt werden sollen, ist dieses Feld zu empfehlen. Bei einem Text Input ist die Höhe des Felds häufig nicht ausreichend, um die komplette Eingabe anzuzeigen.

Es ist sinnvoll bei einer textarea die Regel maxLength zu konfigurieren, da die Datenbank eine Limitierung von 2000 Zeichen pro Feld hat.

## Zahl

Ein Zahl ist ein Feld, in das eine Ganzzahl eingegeben werden kann.
Expand Down Expand Up @@ -256,4 +261,4 @@ dem Benutzer formatierte Inhalte anzuzeigen.

Im Formular wird das Feld wie folgt angezeigt:

![Formular Editor](~@source/modeling/forms/fields/markdown-form.png)
![Formular Editor](~@source/modeling/forms/fields/markdown-form.png)

0 comments on commit 0acacda

Please sign in to comment.