diff --git a/CHANGELOG.md b/CHANGELOG.md index c2576a36d1..5c09a30727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Currently, this repo is in Prerelease. When it is released, this project will ad ## Prerelease +## Fixes + +- Adds a z-index on hover to the `SearchBar`'s select icon so it no longer disappears. + ## 2.1.1 (October 26, 2023) ### Adds diff --git a/src/components/SearchBar/SearchBar.mdx b/src/components/SearchBar/SearchBar.mdx index 8c8822a9fd..11037836f5 100644 --- a/src/components/SearchBar/SearchBar.mdx +++ b/src/components/SearchBar/SearchBar.mdx @@ -7,10 +7,10 @@ import Link from "../Link/Link"; # SearchBar -| Component Version | DS Version | -| ----------------- | ---------- | -| Added | `0.0.4` | -| Latest | `2.0.0` | +| Component Version | DS Version | +| ----------------- | ------------ | +| Added | `0.0.4` | +| Latest | `Prerelease` | ## Table of Contents