## Expectations Many packages include high-abstraction "element" implementations for the most common usages. I would expect that the autocomplete package at minimum have a high-abstraction implementation for the `Autocomplete` example. There may also be a need for a `MutliSelect` abstraction in the future, but it is used less often. These components would probably have a similar API to the [Select and SelectField](https://garden.zendesk.com/react-components/select/#selectfield) components. ## Reality There is currently no high-abstraction elements in the `@zendeskgarden/react-autocomplete` package.