diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2ebbc535..0e60c73fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) - Change case of Page builder menu item text [#2407](https://github.com/bigcommerce/cornerstone/pull/2407) - Corrected typo with the word default previously deafault in config.json [#2410](https://github.com/bigcommerce/cornerstone/pull/2410) - +- Adding autocomplete to common input fields [2397](https://github.com/bigcommerce/cornerstone/pull/2397) ## 6.12.0 (07-06-2023) - sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373) diff --git a/templates/components/account/edit-account.html b/templates/components/account/edit-account.html index 19fc9d06dd..ce560ab78a 100644 --- a/templates/components/account/edit-account.html +++ b/templates/components/account/edit-account.html @@ -10,26 +10,26 @@ {{lang 'account.settings.first_name' }} {{lang 'common.required' }} - +
- +
- +
- +
{{#each forms.edit_account.fields}} {{{dynamicComponent 'components/common/forms'}}} diff --git a/templates/components/cart/shipping-estimator.html b/templates/components/cart/shipping-estimator.html index e1b98c2f27..e1e9655b2f 100644 --- a/templates/components/cart/shipping-estimator.html +++ b/templates/components/cart/shipping-estimator.html @@ -65,7 +65,7 @@
- +
diff --git a/templates/components/common/subscription-form.html b/templates/components/common/subscription-form.html index 27b8149bdf..555d9d6201 100644 --- a/templates/components/common/subscription-form.html +++ b/templates/components/common/subscription-form.html @@ -17,6 +17,7 @@ placeholder="{{lang 'newsletter.email_placeholder'}}" aria-describedby="alertBox-message-text" aria-required="true" + autocomplete="email" required >