Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

No chosen multiple select widget #45

Open geohuz opened 11 years ago

geohuz commented 11 years ago

There is no demo for chosen multiple select widget

tisdall commented 11 years ago

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 commented 9 years ago

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; }