Open pierob-am opened 4 years ago
Bootstrap dropdowns normally will automatically open upwards if there isn't enough space to show them downwards on screen, see the demo page. https://getbootstrap.com/docs/4.5/components/dropdowns/
However the dropdowns within ngx-bootstrap do not do this; https://valor-software.com/ngx-bootstrap/#/dropdowns#dropdown-directive
This is causing us problems. Would be nice to put this feature in.
Would really love if this feature lands! Maybe we can add an adaptivePosition flag like we have for popover?
adaptivePosition
Bootstrap dropdowns normally will automatically open upwards if there isn't enough space to show them downwards on screen, see the demo page. https://getbootstrap.com/docs/4.5/components/dropdowns/
However the dropdowns within ngx-bootstrap do not do this; https://valor-software.com/ngx-bootstrap/#/dropdowns#dropdown-directive