Datetime input#
Datetime inputs come with an icon.
Search input#
type="search"
comes with a distinctive style.
Color input#
type="color"
is also consistent with the other input types.
File input#
Input type file button has a secondary button style.
Disabled input#
Read-only input#
Validation states#
Validation states are provided with aria-invalid
.
Helper texts, defined with <small>
below the form element, inherit the validation state color.