Skip to main content

Autocomplete

<blaze-autocomplete placeholder="Enter some text..."></blaze-autocomplete>

Attributes

NameDescription
placeholder: stringInitial text to display

Methods

NameDescription
setItems(items: Array)Sets the menu items list

Events

NameDescription
filter: stringTriggered as the user types in the input passing the value of the text box
select: objectRaised when an item is selected from the menu