Select Bootstrap v1.13.1

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

<div class="col-lg-5 col-md-6 col-sm-3">
  <select class="selectpicker" data-style="btn btn-primary btn-round" title="Single Select">
    <option disabled selected>Single Option</option>
    <option value="2">Foobar</option>
    <option value="3">Is great</option>
    <option value="4">Is awesome</option>
    <option value="5">Is wow</option>
    <option value="6">Boom !</option>
  </select>
</div>