Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
"itemViewLoader": PropType.Value,
"layoutMode": PropType.Value,
"loadSuggestionsAsync": PropType.Value,
"minimumCharactersToSearch": PropType.Value,
"noResultsText": PropType.Value,
"readOnly": PropType.Value,
"selectedTokens": PropType.Value,
"showCloseButton": PropType.Value,
"suggestMode": PropType.Value,
"suggestionView": PropType.Value,
"text": PropType.Value,
"items": PropType.Value,
"hint": PropType.Value
});
this.nativeElement.itemViewLoader = (viewType: string) => this.loadView(viewType)
this.nativeView.on(RadAutoCompleteTextView.itemLoadingEvent, (args) => { this.updateListItem(args as AutocompleteItemEventData) });
}