diff --git a/app/soapbox/components/ui/phone-input/phone-input.tsx b/app/soapbox/components/ui/phone-input/phone-input.tsx index 89e9778ce..81d2723c4 100644 --- a/app/soapbox/components/ui/phone-input/phone-input.tsx +++ b/app/soapbox/components/ui/phone-input/phone-input.tsx @@ -59,6 +59,10 @@ const PhoneInput: React.FC = (props) => { } }, [countryCode, nationalNumber]); + useEffect(() => { + handleChange({ target: { value: nationalNumber } } as any); + }, [countryCode, nationalNumber]); + return (