optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
109 stars 42 forks source link

Menu dropdown open upward if no space at bottom area of div/screen #111

Open raviranpura opened 6 years ago

raviranpura commented 6 years ago

Hi Team, can you please tell how to open popup menu upward... I am not seeing any option if bottom of the screen dont have space.

raviranpura commented 6 years ago

on .dropdown-menu.show {bottom:100%; } works but it required to be checked auto.. by removing top:100% from other css class and margn value should be clear....

How flyout can behave auto to show up or down based on space around control area..

raviranpura commented 6 years ago

But can you provide any property out of box which can take care internally....