Display image in the options #275
Unanswered
dhruv-icreative
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can put whatever content you want for each item; new autoComplete({
resultItem: {
element: (element, data) => {
element.innerHTML = `<img src="${data.value.img}">${data.value.text}`
}
},
}) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I display the image in the suggested result inside
<li>
tag?I want the result like:
<img /> option1
<img /> option2
Beta Was this translation helpful? Give feedback.
All reactions