I'm using a bootstrap-3 Split button dropdown that sometimes adds a 'dropup' class when clicked. I think this is because of a container size calculation, but is it a clean way to 'force' it to always do 'dropdown'?
I'm using a bootstrap-3 Split button dropdown that sometimes adds a 'dropup' class when clicked. I think this is because of a container size calculation, but is it a clean way to 'force' it to always do 'dropdown'?
dropdown.jsdoesn't mention thedropupclass.dropupto the element yourself, it will always be a dropdown and its menu will always open downwards.