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",
|
||||
})}
|
||||
name="email"
|
||||
type="email"
|
||||
placeholder="anna@scandichotels.com"
|
||||
registerOptions={{ required: true }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user