ngx-typeahead icon indicating copy to clipboard operation
ngx-typeahead copied to clipboard

taResponseTransform Example not attached

Open taniyer opened this issue 6 years ago • 2 comments

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

taniyer avatar Mar 18 '18 21:03 taniyer

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 avatar Apr 20 '18 07:04 orizens

@orizens Can you please merge this commit by @danish-jamil

gndps avatar Sep 06 '18 10:09 gndps