Selection controls for input & textarea
Controls for setting and getting text selection via `setSelectionRange()` and the `selectionStart` & `selectionEnd` properties.
maxlength attribute for input and textarea elements
Declares an upper bound on the number of characters the user can input. Normally the UI ignores attempts by the user to type in additional characters beyond this limit.
readonly attribute of input and textarea elements
Makes the form control non-editable. Unlike the `disabled` attribute, `readonly` form controls are still included in form submissions and the user can still select (but not edit) their value text.
htmltextareaelement api
htmltextareaelement api: autocomplete
htmltextareaelement api: checkvalidity
htmltextareaelement api: cols
htmltextareaelement api: defaultvalue
htmltextareaelement api: dirname
htmltextareaelement api: disabled
htmltextareaelement api: form
htmltextareaelement api: labels
htmltextareaelement api: maxlength
htmltextareaelement api: minlength
htmltextareaelement api: name
htmltextareaelement api: placeholder
htmltextareaelement api: readonly
htmltextareaelement api: required
htmltextareaelement api: rows
htmltextareaelement api: select
htmltextareaelement api: selectionend
htmltextareaelement api: setrangetext
htmltextareaelement api: textlength
htmltextareaelement api: type
htmltextareaelement api: validity
htmltextareaelement api: value
htmltextareaelement api: willvalidate
htmltextareaelement api: wrap
css property: appearance: textarea
css property: white-space: support on `<textarea>`
html element: textarea
html element: textarea: autocomplete
html element: textarea: autocomplete: `new-password` value
html element: textarea: autocomplete: `one-time-code` value
html element: textarea: autocomplete: `webauthn` value
html element: textarea: cols
html element: textarea: dirname
html element: textarea: disabled
html element: textarea: form
html element: textarea: maxlength
html element: textarea: minlength
html element: textarea: name
html element: textarea: placeholder
html element: textarea: placeholder: line breaks in `placeholder`
html element: textarea: readonly
html element: textarea: required
html element: textarea: rows
html element: textarea: spellcheck
html element: textarea: wrap
html element: textarea: wrap: `hard` value
50 results found.