Skip to content

Commit

Permalink
chore: export and update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Apr 19, 2024
1 parent 6a60e0f commit 58b46a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/fluffy-cups-argue.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ const [state, send] = useMachine(
}),
)
```

- Add new `dismissable` property to determine whether to add the combobox content to the dismissable stack.

- Add `popup` attribute to allow rendering the combobox has a select with input within the content.

- Add `persistFocus` to the item props to determine whether to clear the highlighted item on pointer leave.
3 changes: 2 additions & 1 deletion .changeset/four-snakes-wonder.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"@zag-js/tags-input": minor
---

Rename `allowTagEdit` to `editable`
- Rename `allowTagEdit` to `editable`
- Add `onInputValueChange` to machine context
2 changes: 2 additions & 0 deletions packages/machines/combobox/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ export type {
OpenChangeDetails,
Placement,
PositioningOptions,
ScrollToIndexDetails,
SelectionValueDetails,
ValueChangeDetails,
} from "./combobox.types"

0 comments on commit 58b46a6

Please sign in to comment.