AutoSuggest
TIP
AutoSuggest is a wrapper over Select with additional features.
AutoSuggest
jsx
import { AutoSuggest } from '@semcore/ui/select';
<AutoSuggest />;NSAutoSuggest.Props
& {...}| Name | Type | Description |
|---|---|---|
| suggestions | [] | ((value: string, signal: ) => Promise<[]>) | List of suggestions or async function to load suggestions. |
| statusItemPlaceholder | string | Placeholder in popper for init state. Set an empty string to hide init state. |
| addonLeft | Tag for the left Addon | |
| addonRight | Tag for the right Addon |