We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 <strike>bad</strike> good</option>
The code display correctly in the options, but when select the strike is removed, leaving only the content (text "bad").
strike
The text was updated successfully, but these errors were encountered:
5d3d13e
Everything should work for you now. Let me know if you have any other issues!
Sorry, something went wrong.
Ow, this was fast. I will try and let you know if I find any other issue. Thanks! 👍
gfranko
No branches or pull requests
Currently the options kind of allow html, but doesn't work properly.
Ie, to get the html working, we did:
The code display correctly in the options, but when select the
strike
is removed, leaving only the content (text "bad").The text was updated successfully, but these errors were encountered: