lordfriend / nya-bootstrap-select

An AngularJS select replacement which build select like dropdown component with collection and ng-model support
http://nya.io/nya-bootstrap-select/
MIT License
178 stars 80 forks source link

IE Scrollbar bug #164

Closed MrWook closed 7 years ago

MrWook commented 7 years ago

Hello,

i encounter the same problem as in #78. The IE can't handle an expression in the attribute "disabled" like it should be. So if you use the disabled property from nya-bs-select the scrollbar gets bugy. You can see this problem in this Plunker Besides that i tried to use ng-disabled instead but with that the dropdown don't get disabled. I encounter this problem in IE 11 to be specific in version 11.0.9600.18638 Maybe i'm missing something can you provide me with some help please?

Kind regards MrWook

lordfriend commented 7 years ago

Sorry, I don't have the environment to debug this issue. Maybe you can help to solve this issue and make PR.

MrWook commented 7 years ago

Hello @lordfriend,

thank you for your quick reply. I think i created a PR but i don't really know how to do it :smile:

lordfriend commented 7 years ago

ngDisabled support is added, thank you for contributing