Select

Customize the native select with custom CSS that changes
the element’s initial appearance.

Introduction

Custom <select> menus need only a custom class, .form-select to trigger the custom styles. Custom styles are limited to the <select>’s initial appearance and cannot modify the <option>s due to browser limitations.


Multiple Select

The multiple attribute is also supported:


Disabled


Style