Form Select

Transform the native select element with custom CSS to enhance its initial appearance, providing a more visually appealing and user-friendly dropdown experience

What is Form Select?

A form select is an HTML element that allows users to choose one or more options from a dropdown list.

Form Select

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