We couldn’t find anything that matched your searched term

  • PAGES

  • COMPONENTS

  • Brand guidelines

  • Insights

Documentation

forms

Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.

Select

Set heights using classes like .form-select-lg and .form-select-sm in <input>.



<select class="form-select form-select-lg" aria-label=".form-select-lg example">
  <option>Placeholder</option>
</select>
<select class="form-select">
  <option>Placeholder</option>
</select>
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
  <option>Placeholder</option>
</select>