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