Skip to content

Commit

Permalink
Make sure disabling demo mode on <Combobox> works (#3182)
Browse files Browse the repository at this point in the history
* Make sure disabling demo mode on `<Combobox>` works

* Update changelog
  • Loading branch information
thecrypticace committed May 7, 2024
1 parent 48cf712 commit a303819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/@headlessui-react/CHANGELOG.md
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!
### Fixed

- Make sure disabling demo mode on `<Combobox>` works ([#3182](hhttps://github.com/tailwindlabs/headlessui/pull/3182))

## [2.0.2] - 2024-05-07

Expand Down
Expand Up @@ -742,7 +742,6 @@ function ComboboxFn<TValue, TTag extends ElementType = typeof DEFAULT_COMBOBOX_T
compare,
isSelected,
isActive,
__demoMode,
}),
[value, defaultValue, disabled, multiple, __demoMode, state, virtual]
)
Expand Down

0 comments on commit a303819

Please sign in to comment.