@blueprintjs/select
Version:
Components related to selecting items from a list
20 lines (12 loc) • 452 B
Markdown
# 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";
```
## Props interface