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

the widget can't work well if the select wrapped in one hidden div #322

Closed
yanming opened this issue Oct 26, 2011 · 1 comment
Closed

the widget can't work well if the select wrapped in one hidden div #322

yanming opened this issue Oct 26, 2011 · 1 comment

Comments

@yanming
Copy link

yanming commented Oct 26, 2011

this issue happens in IE, the Chrome can work but the width is very small.
for e.g.

...


$('#test').chosen();
$('#showme').click(function(){
$('#hideme').show();
});

@pfiller
Copy link
Contributor

pfiller commented Oct 26, 2011

Yup, this is a known issue. See #92 for more details.

@pfiller pfiller closed this as completed Oct 26, 2011
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

2 participants