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

Styled dropdown with Multiple options generated checkboxes are not Styled #12

Open
rohan210 opened this issue Jun 15, 2015 · 0 comments

Comments

@rohan210
Copy link

<select name="X" multiple>
<option value="x1">X1</option>
<option value="x2">X2</option>
<option value="x3">X3</option>
<option value="x4">X4</option>
</select>

jQuery("select").transformSelect();

Then the generated checkboxes are not styled.

@rohan210 rohan210 changed the title How to create styled dropdown with Multiple options Styled dropdown with Multiple options generated checkboxes are not Styled Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant