Open shabbir-dhangot opened 7 years ago
I am using custom data by calling my rest API. I want to display some more data in small font.
I have check it support with
this.dataService = completerService.local(this.countries, "name", "name").imageField("flag"); this.dataService2 = completerService.local(this.quotes, "nm", "nm").descriptionField("qt");
How can I do the same with Custom data?
this.customData = new CustomData(http);
The CompleterItem emitted by CompleterData has description and image fields which can be populated,
CompleterItem
CompleterData
description
image
I am using custom data by calling my rest API. I want to display some more data in small font.
I have check it support with
How can I do the same with Custom data?