@blueprintjs/select
Version:
Components related to selecting items from a list
24 lines (15 loc) • 481 B
text/mdx
title: Suggest
# Suggest
**Suggest** behaves similarly to [**Select**](#select/select-component), except it renders a text input group as the
**PopoverNext** target instead of arbitrary children. This [**InputGroup**](#core/components/input-group) can
be customized using `inputProps`.
## Import
```ts copy
import { Suggest } from "@blueprintjs/select";
```
@reactExample SuggestExample
## Props interface
@interface SuggestProps
@interface SelectItemRendererProps