--- title: Autosuggest description: | A search-oriented input which allows users to either select an item from an existing list, or enter a new value. As the user types, items that match their input in the existing list are shown below and can be directly selected by the user to complete the input. usage: | Use autosuggests when the input can, but doesn't necessarily have to, be pulled from a predefined list. If the user must select from the list, a 'Select' pattern should be used instead. ---