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:
@@ -74,6 +74,7 @@ export default function AdditionalInfoForm({
|
|||||||
defaultMessage: "Email",
|
defaultMessage: "Email",
|
||||||
})}
|
})}
|
||||||
name="email"
|
name="email"
|
||||||
|
type="email"
|
||||||
placeholder="anna@scandichotels.com"
|
placeholder="anna@scandichotels.com"
|
||||||
registerOptions={{ required: true }}
|
registerOptions={{ required: true }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user