I need to add “strong” into select option text, I need to highline text into select content. I set the select option like,
<option value="X"><strong>Name</strong> secondname....</option>
but select2 delete all html code (strong) in this case… is it possible to add html or strong or span whit css class to get some more options into it.?
I call select2 simple whitout options, and select is complete formated when inicialitaced.