Auto complete

Provides selectable suggestions triggered by the tagging directive keys

Inputs
control : FormControl<string>
highlightedTextSegments ?: readonly AutoCompleteObject[] = []

It makes possible to edit already existing list of AutoCompleteObject.

suggestions ?: readonly AutoCompleteObject[]
suggestionsCalloutPlacement ?: any = CalloutPlacement.BOTTOM_LEFT
suggestionsCalloutSize ?: any = CalloutSize.MEDIUM
trackingSection ?: string
Outputs
suggestionsClose ?: any = new EventEmitter<void>()
suggestionsOpen ?: any = new EventEmitter<void>()
suggestionsUpdated ?: any = new EventEmitter< readonly AutoCompleteObject[] >()