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

bootstrap-select with angular #18

Closed
tanahara opened this issue Apr 18, 2016 · 3 comments
Closed

bootstrap-select with angular #18

tanahara opened this issue Apr 18, 2016 · 3 comments

Comments

@tanahara
Copy link

tanahara commented Apr 18, 2016

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);

@lugovsky
Copy link
Member

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

@tanahara
Copy link
Author

Understood, thank you for the response.

@lugovsky
Copy link
Member

@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.

datho1801 pushed a commit to datho1801/blur-admin that referenced this issue Sep 11, 2020
datho1801 pushed a commit to datho1801/blur-admin that referenced this issue Sep 11, 2020
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