Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
| Name | Description | Default | Control |
|---|---|---|---|
| className | Overwrite className stringundefined | - | |
| disabled | Is the field disabled booleanundefined | - | |
| label | Text to be displayed representing the option stringundefined | - | |
| mode | Mode of menu undefined"basic""grouped" | - | |
| options* | List of options (AutocompleteOptionProps | AutocompleteGroupedOptionsProps)[] | - | |
| placeholder | Placeholder for the input value stringundefined | - | |
| value | Value of input any | - | |
| formatMenuContent | Format menu content ((optionsContent: ReactNode) => Element) | undefined | - | - |
| onChange | Called when selecting an option or changing an input value ((value: string) => void) | undefined | - | - |
| onDelete | Called when delete an option or group ((option: AutocompleteOptionProps | null, group?: AutocompleteGroupedOptionsProps | undefined) => void) | undefined | - | - |
| onSearch | Called when enter ((value: string) => void) | undefined | - | - |
| onSelect | Called when a option is selected ((value: string, option: AutocompleteOptionProps) => void) | undefined | - | - |