I\'m using Bootstrap Select to style some select fields inside an accordion. Bootstrap select has a feature where it will make your dropdown dropup if it is near the bottom
Options can be passed via JavaScript or data attributes:
$('.selectpicker').selectpicker({ dropupAuto: false });
or
Mustard Ketchup Relish
You can also set this globally:
$.fn.selectpicker.Constructor.DEFAULTS.dropupAuto = false;