SearchAutocomplete
Interfaces
SearchAutocompleteProps
Extends
Pick<AutocompleteProps<string,false,false,true>,Exclude<keyofAutocompleteProps<string,false,false,true>,"inputValue"|"freeSolo"|"multiple"|"autoComplete"|"loading"|"loadingText"|"noOptionsText"|"options"|"getOptionLabel"|"onInputChange"|"renderOption"|"renderInput">>
Properties
Functions
SearchAutocomplete()
SearchAutocomplete(
inProps):Element
Parameters
| Parameter | Type |
|---|---|
inProps | SearchAutocompleteProps |
Returns
Element