diff --git a/plugins/woocommerce/changelog/add-type-to-email-field b/plugins/woocommerce/changelog/add-type-to-email-field new file mode 100644 index 00000000000..cec5da4722d --- /dev/null +++ b/plugins/woocommerce/changelog/add-type-to-email-field @@ -0,0 +1,4 @@ +Significance: patch +Type: enhancement + +Add email type to Checkout block email field. diff --git a/plugins/woocommerce/src/Blocks/Domain/Services/CheckoutFields.php b/plugins/woocommerce/src/Blocks/Domain/Services/CheckoutFields.php index ab9e4c19279..dcf2e0351f8 100644 --- a/plugins/woocommerce/src/Blocks/Domain/Services/CheckoutFields.php +++ b/plugins/woocommerce/src/Blocks/Domain/Services/CheckoutFields.php @@ -508,6 +508,7 @@ class CheckoutFields { 'hidden' => false, 'autocomplete' => 'email', 'autocapitalize' => 'none', + 'type' => 'email', 'index' => 0, ], 'country' => [