-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
bootstrap-select with angular #18
Comments
Yeah, I think you're right. Feel free to provide PR if you want this issue to be fixed quickly. In any case we will fix it ourselves after we finish major features currently in development |
Understood, thank you for the response. |
@tanahara Fixed it in master, but unfortunately only made it possible using ngOptions. For now I think it should be enough. In future, I think we change bootstrap-selectpicker to some other library, because it's hard to integrate it with Angular. |
The select picker directive does not work with ng-options or just a simple ng-repeat consistently. On rare rare occasion the drop down will render. My guess is the below is the issue.
setTimeout(function() { elem.selectpicker({dropupAuto: false}); }, 0);
The text was updated successfully, but these errors were encountered: