W3cubDocs

/DOM

HTMLInputElement.select

The HTMLInputElement.select() method selects all the text in a <textarea> element or an <input> element with a text field.

Syntax

element.select()

Specifications

Specification Status Comment
HTML Living Standard
The definition of 'select' in that specification.
Living Standard

Notes

Calling element.select() will not necessarily focus the input, so it is often used with HTMLElement.focus().

Browser compatibility

No compatibility data found. Please contribute data for "api.HTMLInputElement.select" (depth: 1) to the MDN compatibility data repository.

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/select