diff --git a/CHANGELOG.md b/CHANGELOG.md index 63abd3ad0..90e971a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Added label to search bar component for accessibility and CSS to hide the label on the screen. + ## [3.178.1] - 2025-04-14 ### Changed diff --git a/react/__tests__/components/__snapshots__/SearchBar.test.js.snap b/react/__tests__/components/__snapshots__/SearchBar.test.js.snap index ce83af81e..b045fa825 100644 --- a/react/__tests__/components/__snapshots__/SearchBar.test.js.snap +++ b/react/__tests__/components/__snapshots__/SearchBar.test.js.snap @@ -15,6 +15,13 @@ exports[` should match snapshot 1`] = ` class="relative-m w-100 searchBarInnerContainer" role="combobox" > +
@@ -24,6 +31,7 @@ exports[` should match snapshot 1`] = `