renderOption
abstract var renderOption: (props: HTMLAttributes<HTMLLIElement>, option: Value, state: AutocompleteRenderOptionState, ownerState: AutocompleteProps<Value>) -> ReactNode?(source)
Render the option, use getOptionLabel
by default.
Parameters
{object} ownerState The state of the Autocomplete component.