renderValue

abstract var renderValue: (value: Any, getItemProps: Any, ownerState: AutocompleteOwnerState<Value>) -> ReactNode?(source)

Renders the selected value(s) as rich content in the input for both single and multiple selections.

Parameters

{object} ownerState The state of the Autocomplete component.