diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f40745..9f5f180b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -579,4 +579,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- Add css handles in components parents div to manipulate styles easily. \ No newline at end of file +- Add css handles in components parents div to manipulate styles easily. + +### Added + +- Add css handles to selected sku on AutoComplete block. \ No newline at end of file diff --git a/react/AutocompleteBlock.tsx b/react/AutocompleteBlock.tsx index 2c6128c6..19358ffa 100644 --- a/react/AutocompleteBlock.tsx +++ b/react/AutocompleteBlock.tsx @@ -278,6 +278,7 @@ const AutocompleteBlock: FunctionComponent = ({ 'productThumb', 'productTitle', 'productSku', + 'skuSelected', 'productLabel', 'inputQuantity', 'buttonAdd', @@ -341,7 +342,10 @@ const AutocompleteBlock: FunctionComponent = ({ return (