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