SearchComponent

SearchComponent class

Signature:

export class SearchComponent extends AbstractTextComponent<HTMLInputElement> 

Extends: AbstractTextComponent<``HTMLInputElement``>

Constructors

ConstructorModifiersDescription
(constructor)(containerEl)Constructs a new instance of the SearchComponent class

Properties

PropertyModifiersTypeDescription
clearButtonElHTMLElement
disabledboolean

(Inherited from BaseComponent)

inputElT

(Inherited from AbstractTextComponent)

Methods