Select Box

Available simply by adding a class to the HTML select tag.

Example

Please select a ward.
* Error text

Sizes

  • sm
  • md (Default)
  • lg

HTML Attributes

Disabled

Adding the disabled attribute will gray out the input.

Validation and Feedback

Feedback design after validating user input.

Error

Simply add the is-error class.

Using form-group allows you to display error text at the same time.

Please select a ward.
* Error text