Merged in fix/email-type-input (pull request #1878)

fix: change input type to email

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Christian Andolf
2025-04-28 12:26:53 +00:00

View File

@@ -74,6 +74,7 @@ export default function AdditionalInfoForm({
defaultMessage: "Email",
})}
name="email"
type="email"
placeholder="anna@scandichotels.com"
registerOptions={{ required: true }}
/>