-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Unable to use triangle brackets in data-placeholder text #2314
Comments
Any comments? |
I'm having a similar issue when the options contain angular brackets or even the HTML entities for them. For example:
will only get submitted as:
The whole text wrapped with "<" & ">" or "<" and ">" gets swallowed somehow. Also, when the options contain "<" & ">" instead of entities, the values wrapped between "<" and ">" aren't even displayed on the front end. Please help! (Using Chosen ver. 1.4.2) Thanks! |
* add data-placeholder specs * escape default text fixes #2314
initializing chosen with following markup
leads to empty widget instead of displaying text '<None>' it it
this reproduces after upgrading to version 1.4.2 from 1.3.0
The text was updated successfully, but these errors were encountered: