harvesthq / chosen

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
http://harvesthq.github.io/chosen/
Other
21.85k stars 4.1k forks source link

HTML in options #3140

Open LeninZapata opened 1 year ago

LeninZapata commented 1 year ago

Hello, in the documentation and in the demos I can't find the way that the select allows to print html inside the options, is this possible?

<option>How <b>are</b> you</option>
<option>Hi <div class="something">my html</div></option>