Class TextInput

Index

Methods

build

  • build(): HTMLElement

getElement

  • getElement(): HTMLElement

getInput

  • getInput(): HTMLInputElement

getValue

  • getValue(): string

reset

  • reset(): void

setValue

  • setValue(value: string): void

Constructors

constructor

  • new TextInput(onChange?: function, name?: string, options?: ITextInputOptions): TextInput

Hierarchy

  • TextInput

Implements