ng2-select
ng2-select copied to clipboard
Open the select dropdown list up when at bottom edge of screen
Right now if the select control is near the bottom edge of screen it opens up the dropdown list below which causes it to clip the select list. Here is what I am taking about:

This behavior can be fixed by applying the bootstrap dropup class on the .ui-select-container div.

I'll submit a PR if I can figure out an elegent way to detect the position of the element and determine if the list should drop up or down. I also think it would be nice to have a dropUp property on the select directive.
Has this issue been fixed?
Has this been fixed?