Async Select

A select component that loads options asynchronously.

Async Select

Dependencies

None

Installation

None

Props

NameTypeDefaultDescription
loadOptions() => Promise<Option[]>-Function to load options asynchronously.
valuestring''The currently selected value.
onChange(value: string) => void-Function to call when the selected value changes.
placeholderstring''Placeholder text to display when no option is selected.
Brought to life by Naseem Ansari – Building Experiences that Inspire