indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Scroll Not working #81

Closed gullocean closed 3 years ago

gullocean commented 7 years ago

I love this package very much.. but I have one question for now. I am using the perfect-scroll angular package for custom scrollbar.. And I am using the angular-selector for my custom select box. When I scroll within drop down list, the all page are being scrolled instead of scrolling the drop down lists. what parameter are there in order to fix this case?