Home > mui-country-code-selector > InputSelection
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
Property |
Modifiers |
Type |
Description |
---|---|---|---|
number |
(ALPHA) The end index of the text selection within the input element. | ||
number |
(ALPHA) The start index of the text selection within the input element. |