diff --git a/src/patients/GeneralInformation.tsx b/src/patients/GeneralInformation.tsx index c01525333a..60beb8021f 100644 --- a/src/patients/GeneralInformation.tsx +++ b/src/patients/GeneralInformation.tsx @@ -205,6 +205,7 @@ const GeneralInformation = (props: Props) => { onChange={(event: React.ChangeEvent) => { onInputElementChange(event, 'phoneNumber') }} + type="number" />
@@ -217,6 +218,7 @@ const GeneralInformation = (props: Props) => { onChange={(event: React.ChangeEvent) => { onInputElementChange(event, 'email') }} + type="email" />