HTML <textarea> maxlength Atribut

❮ HTML tag <textarea>

Příklad

Textová oblast o maximální délce 50 znaků:

<textarea maxlength="50">
Enter text here...
</textarea>

Definice a použití

Atribut maxlengthurčuje maximální délku (ve znacích) textové oblasti.


Podpora prohlížeče

Čísla v tabulce určují první verzi prohlížeče, která tento atribut plně podporuje.

Attribute
maxlength Yes 10.0 4.0 Yes Yes

Syntax

<textarea maxlength="number">

Hodnoty atributů

Value Description
number The maximum number of characters allowed in the text area

❮ HTML tag <textarea>