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 label shown if selectBox list have been hidden at startup #159

Open
antpol opened this issue Jul 28, 2014 · 0 comments
Open

No label shown if selectBox list have been hidden at startup #159

antpol opened this issue Jul 28, 2014 · 0 comments

Comments

@antpol
Copy link

antpol commented Jul 28, 2014

How to reproduce:

div style=display:none id="hidden"
select class="selectbox".../select
/div

  1. Apply onClick event for any element: $("#hidden").show();
  2. Click on the element.
  3. selectBox will appear now but its label width will be 0px. So only first letter will be shown.

Only solution I've found is to hide objects by javascript after declaring the selectBox.

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