Demo-Page Repository

Home > mui-country-code-selector > CCSelectorCompositeProps > inputRef

CCSelectorCompositeProps.inputRef property

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 React ref that will be set to point to the phone number input element. Provide this to access the component’s value when using the component as an uncontrolled component.

Signature:

inputRef?: MutableRefObject<HTMLInputElement | null> | RefCallback<HTMLInputElement | null>;