A description of the search, autocomplete, labels, date, numeric, and password input variations.
An autocomplete text field is an input that offers the user text suggestions while they type.
A search field is pretty similar to an autocomplete text field, but the field states are defined to reflect search results.
A search field can have auto completion to display a list of options below the field.
Use numeric fields when you require the user to enter an integer or float value. Numeric fields provide the added bonus of letting the user increase and decrease the value via the arrow keys and internal field buttons.
A password field input is used when the user needs to enter a password.