Skip to main content

AbstractTextComponent

Extends ValueComponent<string>

Constructor

constructor(inputEl: T);

Properties

inputEl

inputEl: T

Methods

setDisabled

setDisabled(disabled: boolean): this;

getValue

getValue(): string;

setValue

setValue(value: string): this;

setPlaceholder

setPlaceholder(placeholder: string): this;

onChanged

onChanged(): void;

onChange

onChange(callback: (value: string) => any): this;