Demo-Page Repository

Home > mui-country-code-selector > CCSelectorState > changeHandler

CCSelectorState.changeHandler 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.

An external change handler function to which the current phone number value is forwarded every time the value changes.

Signature:

changeHandler: ((event: { target: { value: string; }; }) => void) | undefined;