AbstractTextComponent class
Signature:
export class AbstractTextComponent<T extends HTMLInputElement | HTMLTextAreaElement> extends ValueComponent<string> Extends: ValueComponent<string>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
(constructor)(inputEl) | Constructs a new instance of the AbstractTextComponent class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
disabled | boolean | (Inherited from BaseComponent) | |
inputEl | T |
Methods
| Method | Modifiers | Description |
|---|---|---|
getValue() | ||
onChange(callback) | ||
onChanged() | ||
registerOptionListener(listeners, key) | (Inherited from ValueComponent) | |
setDisabled(disabled) | ||
setPlaceholder(placeholder) | ||
setValue(value) | ||
then(cb) | Facilitates chaining (Inherited from BaseComponent) |