@# Selects

Styling `<select>` tags requires a wrapper element to customize the dropdown caret. Put class
modifiers on the wrapper and attribute modifiers directly on the `<select>`.

<div class="pt-callout pt-intent-primary pt-icon-info-sign">
    Check out [dropdown menus](#core/components/menu.dropdown-menus) for a simple JavaScript
    alternative to the `<select>` tag.
</div>

@css pt-select

@## Labeled static dropdown

You can label `<select>` tags, similar to how you label any other form control.

@css pt-select.pt-inline
