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

Select not filled when it is hidden #33

Open
mdmoura opened this issue Jan 13, 2015 · 0 comments
Open

Select not filled when it is hidden #33

mdmoura opened this issue Jan 13, 2015 · 0 comments

Comments

@mdmoura
Copy link

mdmoura commented Jan 13, 2015

Hello,

I have a select which is inside a hidden div:

<div class="panel">
  <form id="form" method="post" ng-submit="submit">
    <select ng-controller="CountryController" ng-model="model.country" ng-options="country.Id as country.Name for country in model.countries">
      <option value="">Country</option>
    </select>      
  </form>
</div>

div.panel {
  display: none;      
  overflow: hidden;
  position: relative;
}

Because it is hidden the select is not filled ... If I do not use selectize then everything works fine.

Any idea how to solve this?

Thank You,
Miguel

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