Skip to content

Commit fda1567

Browse files
authored
Merge pull request #169 from lambda-curry/changeset-release/main
2 parents 51cf8b8 + 7d3a24f commit fda1567

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.changeset/add-uncontrolled-form-error.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lambdacurry/forms
22

3+
## 0.22.6
4+
5+
### Patch Changes
6+
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.
9+
- bca6619: Add uncontrolled mode to FormError component via a manual `message` prop.
10+
311
## 0.22.2
412

513
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)