Transforms a SearchAutocompleteOption object into it's name. Used for displaying user selection in the input field, when an autocomplete option is selected.
the object we want to transform. It might not exist if user input doesn't match any autocomplete option
option name if it exists, empty string otherwise
Function for tracking Template parts in ngFor.
index of the ngFor element
template part
Lambda that is used to preserve this
reference in HTML binding.
See [_renderSelection()]{@link AbstractSearchPredicateComponent#_renderSelection} for information about the transform function.
the SearchAutocompleteOption object that was selected in the autocomplete list.
Generated using TypeDoc
Whether the contents displayed in this component can be edited by the user or not.
Defaults to
true