Skip to content

AutoSuggest

TIP

AutoSuggest is a wrapper over Select with additional features.

AutoSuggest

jsx
import { AutoSuggest } from '@semcore/ui/select';
<AutoSuggest />;

NSAutoSuggest.Props

& {...}
NameTypeDescription
suggestions[] | ((value: string, signal: ) => Promise<[]>) List of suggestions or async function to load suggestions.
statusItemPlaceholderstring 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

Released under the MIT License.

Released under the MIT License.