@Input() search |
|
@Input() on |
|
@Input() label: string |
The label string to give the input |
@Input() placeholder: string |
The placeholder string for the input |
@Input() tooltip |
The text to show in the tooltip |
@Input() debounce |
Minimum amount of delay (in ms) between calls to the searchFunction. Default: 200 |
@Input() search |
Minimum number of characters that must be typed in the input before searchFunction can be triggered. Default: 1 |
@Input() populate |
Whether to populate the text input when an item from autocomplete is selected. Default: true |
@Input() has |
Shows a clear text button to the right of the search input. Default: false |
@Input() disabled: boolean |
Is type-ahead-search input disabled ? |
handle
|