Hi,
Following is the current data structure for autocomplete data
data: {
"Apple": null,
"Microsoft": null,
"Google": 'http://placehold.it/250x250'
}
key used as label, value used as source of a image. How can I disable the behavior of using value as image src? and use value for other purpose?
It looks as something that you should implement by yourself
Did you find a solution yet? I'm facing the same problem.
I'm facing the same problem.