Demo-Page Repository

Home > mui-country-code-selector > InputSelection

InputSelection interface

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the text selection range within the input element (phone number input).

Signature:

interface InputSelection

Properties

Property

Modifiers

Type

Description

selectionEnd

number

(ALPHA) The end index of the text selection within the input element.

selectionStart

number

(ALPHA) The start index of the text selection within the input element.