Skip to content

Commit

Permalink
remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 16, 2024
1 parent c63f1f0 commit 6b7c78c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-ducks-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

Add support for typeahead select when the trigger is focused and content is closed via the `items` prop on `Select.Root`.
1 change: 0 additions & 1 deletion sites/docs/src/lib/content/api-reference/combobox.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
StringOrArrayStringProp,
} from "./extended-types/shared/index.js";
import { ComboboxScrollAlignmentProp } from "./extended-types/combobox/index.js";
import { select } from "./select.api.js";
import { ItemsProp } from "./extended-types/select/index.js";
import {
arrowProps,
Expand Down

0 comments on commit 6b7c78c

Please sign in to comment.