Skip to content

Commit 7d3a24f

Browse files
committed
docs: update changelog for 0.22.6 release
Add missing entries for typing-to-open select feature and cursor positioning fix
1 parent aa8b212 commit 7d3a24f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Patch Changes
66

7+
- 39156a7: Enable typing to open and search select dropdowns. When focused on a select trigger, typing any printable character will open the dropdown, focus the search input, and pre-populate the search with the typed character.
8+
- 6921b25: Fix cursor positioning when focusing search input in select dropdowns. Prevents text selection when opening select dropdown via typing, allowing users to continue typing without overwriting the first character.
79
- bca6619: Add uncontrolled mode to FormError component via a manual `message` prop.
810

911
## 0.22.2

0 commit comments

Comments
 (0)