AbstractTextComponent

AbstractTextComponent class

Signature:

export class AbstractTextComponent<T extends HTMLInputElement | HTMLTextAreaElement> extends ValueComponent<string> 

Extends: ValueComponent<string>

Constructors

ConstructorModifiersDescription
(constructor)(inputEl)Constructs a new instance of the AbstractTextComponent class

Properties

PropertyModifiersTypeDescription
disabledboolean

(Inherited from BaseComponent)

inputElT

Methods