Patrick Filler
Patrick Filler
@ffiona You need to wrap your Chosen call in a [jQuery ready function](http://api.jquery.com/ready/). ``` javascript $(document).ready(function() { $(".chzn-select").chosen(); }); ``` Please try to keep future questions on-topic for a thread....
An earlier version of Chosen actually tested to see if the form field width was set via css. If so, it didn't use the width calculation. I think I prefer...
@DelvarWorld what pull request are you referring to? I see one open pull request from you and it does not address this issue.
I'd like to see this get added to Chosen, but event listening should be added in a less intensive way. @adriengibrat's solution applies a listener to each group which doesn't...