Answers for "address select box bootstrap"

2

bootstrap select

<div class="form-group">
    <label for="exampleSelect">Example select</label>
    <select class="form-control" id="exampleSelect">
      <option>1</option>
      <option>2</option>
      <option>3</option>
      <option>4</option>
      <option>5</option>
    </select>
</div>
Posted by: Guest on January-12-2022
-1

select bootstrap

// To style all selects
$('select').selectpicker();
Posted by: Guest on January-24-2022

Code answers related to "address select box bootstrap"

Browse Popular Code Answers by Language