Basic Forms
Select allows users to make a single selection or multiple selections from a list of options.
By default Preline UI uses Tailwind CSS Forms plugin. Don't forget to install it!
Custom styles are limited to the <select>
's initial appearance and cannot modify the <option>
s due to browser limitations.
Unlike <input>
s, they’ll always show the <label>
in its floated state. Selects with size and multiple are not supported.
It provides valuable, actionable feedback to your users with HTML5 form validation.
Please select a valid state.
Looks good!