From 32b097134d11e699346e33f94d458e0681f0910f Mon Sep 17 00:00:00 2001 From: Yevhenii Buliuk <82589781+bc-yevhenii-buliuk@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:44:59 +0200 Subject: [PATCH] fix(storefront): BCTHEME-1626 Please Select a file popup forces shopper to re-upload file if the option type is File Upload and is set to required (#2409) --- CHANGELOG.md | 1 + templates/components/cart/modals/configure-product.html | 6 +++--- templates/components/products/options/input-file.html | 9 +++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89bdd896fd..60349d53d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace Twitter logo with X logo within social sharing and social link components [#2387](https://github.com/bigcommerce/cornerstone/pull/2387) - Added nvm config [#2389](https://github.com/bigcommerce/cornerstone/pull/2389) - Displaying the Hidden cart_order_source Input Field on PDP page [#2392](https://github.com/bigcommerce/cornerstone/pull/2392) +- 'Please Select a file' popup forces shopper to re-upload file if the option type is 'File Upload' and is set to required [#2409](https://github.com/bigcommerce/cornerstone/pull/2409) - Top Global Region Image Widget overlaps the mobile menu [#2402](https://github.com/bigcommerce/cornerstone/pull/2402) - Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405) - Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) diff --git a/templates/components/cart/modals/configure-product.html b/templates/components/cart/modals/configure-product.html index 6a416a89e4..c829970523 100644 --- a/templates/components/cart/modals/configure-product.html +++ b/templates/components/cart/modals/configure-product.html @@ -1,7 +1,7 @@