I use this: http://xoxco.com/projects/code/tagsinput/
as a plugin for an autocompletition.
I want some of the fields in the combobox to be bold.
This is the data in the combobox:
john, jackson, tom, <b>peter</b>, alex
And I want peter to be bold.
However, it isn't. When I go inspect element, it shows < b > peter < / b >, but when I go edit as html, the editor for the source code is opened and it shows html encoding for < b > and < /b >: & l t ; b & g t ; bold & l t ; / b & g t ;
How to fix this?