Forms
Select
The native <select> is styled like the input for consistency.
Select multiple#
Disabled select#
Validation states#
Validation states are provided with aria-invalid.
Great choice!Please select your favorite pizza topping!Dropdown#
The dropdown component allows you to build a custom select with the same style as the native select. See Dropdown.
Select your favorite French dessert...
Edit this page on GitHub