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

No chosen multiple select widget #45

Open
geohuz opened this issue Jan 28, 2013 · 2 comments
Open

No chosen multiple select widget #45

geohuz opened this issue Jan 28, 2013 · 2 comments

Comments

@geohuz
Copy link

geohuz commented Jan 28, 2013

There is no demo for chosen multiple select widget

@tisdall
Copy link
Contributor

tisdall commented Aug 5, 2013

If you run the demo and go to /chosen_multiple or /chosen_single you will see the demo for chosen. However, for some reason, those demos aren't listed in the menu unless you are already viewing them. They also don't seem to render properly for me in Chrome. (they're stuck in an iframe that's too short)

EDIT: the issue with rendering is that it's in a div with overflow:auto. I'm sure that's there for some reason, but it breaks the display of the chosen widgets.

@tonthon
Copy link

tonthon commented Jan 14, 2015

To get the chosen version packed with deform_bootstrap work well with chrome, I needed to add the following :

.chzn-container .chzn-results { margin-left: -5px; }
.chzn-container .chzn-results { clear: both; }

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

3 participants