diff --git a/categories/formatted/react/src/components/PhoneNumberInput/index.tsx b/categories/formatted/react/src/components/PhoneNumberInput/index.tsx index 53c808c..cecaecb 100644 --- a/categories/formatted/react/src/components/PhoneNumberInput/index.tsx +++ b/categories/formatted/react/src/components/PhoneNumberInput/index.tsx @@ -91,6 +91,7 @@ export const PhoneNumberInput = React.forwardRef< } = useProxyInput({ forwardedRef, valueSetterFn: (v) => setPhoneNumber(v), + transformChangeHandlerArgs: (v) => (v ?? '') as unknown as Value, }); const commonInputStyles = clsx(