18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
autocapitalize
|
|
autocomplete
|
|
autofocus
|
|
cols cols\n\nThe visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is 20 (HTML5).
|
|
disabled
|
|
form
|
|
maxlength maxlength [HTML5]\n\nThe maximum number of characters (Unicode code points) that the user can enter. If it is not specified, the user can enter an unlimited number of characters.
|
|
minlength minlength [HTML5]\n\nThe minimum number of characters (Unicode code points) required that the user should enter.
|
|
name name\n\nThe name of the control.
|
|
placeholder placeholder [HTML5]\n\nA hint to the user of what can be entered in the control. The placeholder text must not contain carriage returns or line-feeds.
|
|
readonly
|
|
required required [HTML5]\n\nThis attribute specifies that the user must fill in a value before submitting a form.
|
|
rows rows\n\nThe number of visible text lines for the control.
|
|
selectionDirection
|
|
selectionEnd selectionEnd\n\nThe index to the last character in the current selection.
|
|
selectionStart selectionStart\n\nThe index to the first character in the current selection.
|
|
spellcheck
|
|
wrap |