diff --git a/CHANGELOG.md b/CHANGELOG.md index f62174be2..3c116fe13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ * `` - move focus to accordion header after clear button is pressed. Refs STCOM-1330. * Remove `tabIndex="-1"` from ``'s clear button, placing it in tab order. Refs STCOM-1322. * `` Bugfix - remove filter value after an item is selected. Refs STCOM-1324. +* Fix visual issue with `` where dropdown caret shifts downward when a validation message is present. Refs STCOM-1323. ## [12.1.0](https://github.com/folio-org/stripes-components/tree/v12.1.0) (2024-03-12) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.1.0) diff --git a/lib/Selection/Selection.js b/lib/Selection/Selection.js index ffd8cf9a3..0677026ab 100644 --- a/lib/Selection/Selection.js +++ b/lib/Selection/Selection.js @@ -341,28 +341,30 @@ const Selection = ({ )}
- -
- +
+ +
+ +
{warning &&
{warning}
}