v3.59.2
trycompai/compv3.59.2May 21, 2026by claudfuen
AI Summary
This is a minor bug fix release for version 3.59.2, addressing a UI issue with the MultipleSelector component. The fix ensures the dropdown closes properly on blur, preventing it from blocking sibling form controls.
Key Highlights
- Fixed MultipleSelector dropdown not closing on blur
- Resolved issue where dropdown was blocking sibling form controls
- Bug fix addresses GitHub issue #2886
Full Release Notes
## [3.59.2](https://github.com/trycompai/comp/compare/v3.59.1...v3.59.2) (2026-05-21) ### Bug Fixes * **ui:** close MultipleSelector dropdown on blur so it stops blocking sibling form controls ([3d7fc3f](https://github.com/trycompai/comp/commit/3d7fc3f68c3e21b552c8d4eefb44d29aac2d4aa0)), closes [#2886](https://github.com/trycompai/comp/issues/2886)