Closed mhoganid8 closed 3 years ago
In a previous version, I was able to include images in the dropdown suggestion list by returning the following value string:
<img src="/itemimages/50x50/Tz_1049_t12hossend.jpg" height="auto" width="50" alt="WW-1230-9" /> WW-1230-9
The current version displays the tag as text instead. Is there a way to send the value in a way that will be interpreted as an image?
Provide formatResult function to format the result. See in the docs.
formatResult
In a previous version, I was able to include images in the dropdown suggestion list by returning the following value string:
<img src="/itemimages/50x50/Tz_1049_t12hossend.jpg" height="auto" width="50" alt="WW-1230-9" /> WW-1230-9
The current version displays the tag as text instead. Is there a way to send the value in a way that will be interpreted as an image?