Optional async validators to run against the selected list
MatAutocomplete Angular Material component
MatAutocompleteTrigger Angular Material component
Boolean to disable the search input and chips list
Message displayed when any validator fails
Optional override of the default string indexOf filter
List of mat-options rendered in the menu
Options flattened using the accessor method, if provided
Selected flattened using the accessor method, if provided
Input hint
Input label
Optional template override for the mat-option content
Event emitted whenever the selection changes, add or remove
Preformatted data used for mat-options in the menu
Search input placeholder text
Event emitted when the component is rendered
FormControl for the search input in the UI
Search input element, not FormControl for the UI
Value entered into the search box, see trackInputChange()
Array of selected options rendered as mat-options
Used to track validation in the selection
Optional validators to run against the selected list
When the search input has a value, a clear icon appears next to the text. Clear the search input value and open the search panel.
Triggered when a chip is removed from the chip list. Must deselect the chip or else causes strange bug.
Track the input values for the text input. Autocomplete will clear the input when a value is selected from the menu list. We want to retain the value and keep the current search list. The value is used in handleSelected()
Generated using TypeDoc
Optional override of the default string indexOf filter