Skip to content

Commit e05b04a

Browse files
committed
chore(combobox): add changelog entry for menu jump fix
1 parent 7fff05b commit e05b04a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/pluggableWidgets/combobox-web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Fixed
1010

11+
- We fixed an issue where the combobox menu jumped around and flickered between opening above and below the input.
12+
1113
- We fixed an issue where the combobox collapsed to 1px width when placed inside a flex row container with `align-items: center`.
1214

15+
### Changed
16+
17+
- The combobox menu now keeps a stable position and, when there is not enough space, shrinks and scrolls instead of overflowing the viewport.
18+
1319
## [2.8.1] - 2026-04-30
1420

1521
### Fixed

0 commit comments

Comments
 (0)