AbstractTextComponent
Extends ValueComponent<string>
#
Constructorconstructor(inputEl: T);
#
Properties#
inputElinputEl: T
#
Methods#
setDisabledsetDisabled(disabled: boolean): this;
#
getValuegetValue(): string;
#
setValuesetValue(value: string): this;
#
setPlaceholdersetPlaceholder(placeholder: string): this;
#
onChangedonChanged(): void;
#
onChangeonChange(callback: (value: string) => any): this;