Ui Kit
Getting StartedColorsTypography
Components
Changelog

Autocomplete

value
string | undefined
options
OptionType[] | undefined
sortOptions
((options: OptionType[]) => OptionType[]) | null | undefined
onFoundItems
((options: OptionType[]) => void) | undefined
onChangeSearchValue
((value: string) => void) | undefined
onSelectItem
((event: SyntheticEvent<HTMLElement, Event>, item: OptionType) => void) | undefined
onSelectedItemsChanged
((items: OptionType[]) => void) | undefined
onClickItem
((event: SyntheticEvent<HTMLElement, Event>, item: OptionType) => void) | undefined
isValueMatch
((item: OptionType, value: string) => boolean) | undefined
loading
boolean | undefined
disabled
boolean | undefined
icon
string | undefined
error
string | undefined
placeholder
string | undefined
className
string | undefined
input
ReactElement<InputProps, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)> | undefined
list
ReactElement<{ input?: ReactElement<any, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)> | null | undefined; searchValue?: string | undefined; ... 6 more ...; isValueMatch: any; }, string | ... 1 more ... | (new (props: any) => Component<...>)> | undefined
notFound
ReactElement<any, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)> | undefined
loader
ReactElement<LoaderProps, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)> | undefined
fluid
boolean | undefined