@# Suggest

**Suggest** behaves similarly to [**Select**](#select/select-component), except it renders a text input group as the
**Popover** target instead of arbitrary children. This [**InputGroup**](#core/components/input-group) can
be customized using `inputProps`.

@## Import

```tsx
import { Suggest } from "@blueprintjs/select";
```

@reactExample SuggestExample

@## Props interface

@interface SuggestProps

@interface SelectItemRendererProps
