diff --git a/CHANGELOG.md b/CHANGELOG.md index f471652397..ddc72b0201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Added labeling for edit fields on cart page. [#2016](https://github.com/bigcommerce/cornerstone/pull/2016) - Add placeholder for failed to load carousel images and update scalability. [#2009](https://github.com/bigcommerce/cornerstone/pull/2009) - Fixed insufficient button label on cart page from action controls. [#2013](https://github.com/bigcommerce/cornerstone/pull/2013) - "Skip to main content" now is visible when top banned is absent. [#2010](https://github.com/bigcommerce/cornerstone/pull/2010) diff --git a/templates/components/cart/content.html b/templates/components/cart/content.html index d511a26587..eecbb5821c 100644 --- a/templates/components/cart/content.html +++ b/templates/components/cart/content.html @@ -112,6 +112,7 @@

pattern="[0-9]*" data-cart-itemid="{{id}}" data-action="manualQtyChange" + aria-label="{{name}}" aria-live="polite"{{#unless can_modify}} disabled{{/unless}}> {{#if can_modify}}