Select, and Range
Bootstrap has it's own custom form styles for consistent display accross browsers
Select
form-select{-SIZ}
sm
lg
You can add a form-select
class to a select field with two size options.
The fields also support attributes like multiple and disabled.
Range
form-range
You can also create a range control with the form-range
class. Bootstrap has a real nice look for the component, but not any options.