ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 122 forks source link

Question: Can autocomplete open "above" #386

Open rcavezza opened 4 years ago

rcavezza commented 4 years ago

Possibly a feature request - maybe a general "asking for help" (sorry to open an issue for this)

Hi, We're dealing with an issue for windows users who don't have a trackpad to scroll.

When the autocomplete textbox is on the bottom of the screen, they are not able to see results. One of the potential solutions is to open the autocomplete above the textbox instead of the expected opening below. Is this an option in this library?

Are there other solutions that have been used to address this issue?

rcavezza commented 4 years ago

FYI - found a workaround of using autoscroll once the autocomplete opened.