Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2015.
The selectionDirection property of the HTMLInputElement interface is a string that indicates the direction in which the user is selecting the text.
A string. It can have one of the following values:
forwardThe user is extending the selection towards the end of the input text.
backwardThe user is extending the selection towards the start of the input text.
noneThe user is not extending the selection.
Note: On Windows, the direction indicates the position of the caret relative to the selection: a "forward" selection has the caret at the end of the selection and a "backward" selection has the caret at the start of the selection. Windows has no "none" direction.
Note: On Mac, the direction indicates which end of the selection is affected when the user adjusts the size of the selection using the arrow keys with the Shift modifier: the "forward" direction means the end of the selection is modified, and the "backward" direction means the start of the selection is modified. The "none" direction is the default on Mac, it indicates that no particular direction has yet been selected. The user sets the direction implicitly when first adjusting the selection, based on which directional arrow key was used.
| HTML # dom-textarea/input-selectiondirection-dev |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 30, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.