Home > mui-country-code-selector > CCSelectorProps > renderInput
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A function for rendering the input element, that is passed to the underlying MUI Autocomplete component. See https://mui.com/material-ui/api/autocomplete/#autocomplete-prop-renderInput for more information about MUI’s Autocomplete’s renderInput
prop.
Signature:
renderInput?: (params: AutocompleteRenderInputParams) => React.ReactNode;