DanmarksAdresser / dawa-autocomplete2

https://dawadocs.dataforsyningen.dk
MIT License
17 stars 7 forks source link

fixed IE11 issue when suggestions container has overflow #9

Closed claudiuciumedean closed 5 years ago

claudiuciumedean commented 5 years ago

8

I have fixed the IE 11 issue regarding the scroll in the suggestions container which triggered a blur event, thus removing the suggestions. In addition to this, I have added a method which allows navigation with the arrow keys (up / down) inside a suggestion container that has an overflow (a scroll bar).