Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTML on the options #54

Closed
jrbasso opened this issue Nov 21, 2012 · 2 comments
Closed

Support HTML on the options #54

jrbasso opened this issue Nov 21, 2012 · 2 comments
Assignees
Labels

Comments

@jrbasso
Copy link

jrbasso commented Nov 21, 2012

Currently the options kind of allow html, but doesn't work properly.

Ie, to get the html working, we did:

<option value="1">Some Text &lt;strike&gt;bad&lt;/strike&gt; good</option>

The code display correctly in the options, but when select the strike is removed, leaving only the content (text "bad").

@ghost ghost assigned gfranko Nov 21, 2012
@gfranko
Copy link
Owner

gfranko commented Nov 21, 2012

Everything should work for you now. Let me know if you have any other issues!

@jrbasso
Copy link
Author

jrbasso commented Nov 22, 2012

Ow, this was fast. I will try and let you know if I find any other issue. Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants