Autocomplete
<blaze-autocomplete placeholder="Enter some text..."></blaze-autocomplete>
Attributes
Name | Description |
---|---|
placeholder: string | Initial text to display |
Methods
Name | Description |
---|---|
setItems(items: Array) | Sets the menu items list |
Events
Name | Description |
---|---|
filter: string | Triggered as the user types in the input passing the value of the text box |
select: object | Raised when an item is selected from the menu |