Styleguide Navigation

Input

Default

With autofocus

Required

Readonly

Disabled

With description

Some helpful explanation

With autocomplete

Generic text, color, search and url fields should use autocomplete="on" for autocompletion. For specific fields, use the appropriate type if possible.

Other input types are listed below.

Email with autocomplete

email fields should use autocomplete="email" for autocompletion.

Password with autocomplete

password fields should use either autocomplete="new-password" or autocomplete="current-password" for autocompletion.