Class TextInputHandlerAbstract

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

domElems: readonly HTMLElement[]

Methods

  • Update the text and selection of the input. Should focus the input.

    Parameters

    • currentText: string
    • selectStart: number
    • selectEnd: number

    Returns void

  • Change selection of input.

    Parameters

    • selectStart: number
    • selectEnd: number

    Returns void