Display Markup of selected autocomplete item
I used jquery.ui.autocomplete.html.js in-order to display data with html markup in the autocomplete list, but when I select an item from the list it is displayed as:
Apo A-1 KO - [Allele Common Name] -> <i>Apoa1<sup>tm1Unc</sup></i>
<
b
>
By Search Term
</
b
><
br
/>
<
input
type
=
"search"
name
=
"searchTerm"
data-jax-autocomplete
=
"
@
Url.Action(
"Autocomplete"
)
"
/>
<
input
class
=
"submitSearch"
type
=
"submit"
value
=
"Submit"
style
=
"
width
:
100px
"
/>
What do I need to do so that the selected item is displayed as html?