ngx-typeahead
ngx-typeahead copied to clipboard
taResponseTransform Example not attached
Examples doesn't include the value for taResponsetransform. There are plenty of use cases where the REST API contains the list object on the response as a child attribute
taResponseTransform
is a function in this form:
function taResponseTransform(item: any) {
// this should return a singles item of the list to be rendered
return item;
}
@orizens Can you please merge this commit by @danish-jamil