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