Select Bootstrap v1.13.14

We have styled the select picker to look similar to the dropdown and the other inputs. To see the original documentation, please check out Silvio Moreto repo on GitHub.

<div class="row">
  <div class="col-md-3">
    <select class="selectpicker " data-style="select-with-transition btn-primary btn-round" title="Single Select" data-size="7">
      <option disabled>Choose city</option>
      <option value="2">Foobar</option>
      <option value="3">Is great</option>
    </select>
  </div>
</div>