How can I get and set autocomplete plug-in with label
How can I get and set autocomplete plug-in with label
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Hi,
Are you using the jQuery UI AutoComplete plug-in for Editor? If so, this appears to be how that library words for some reason. To my own mind that makes more or less no sense whatsoever...
StackOverflow threads such as this one might provide some help, but my own suggestion would be to use Select2 or Selectize rather than jQuery UI here. They act much more like a traditional Select element - label / value and still provide search / auto complete functionality.
Allan
Thanks Allan