Make sure disabling demo mode on <Combobox> works (#3182)

* Make sure disabling demo mode on `<Combobox>` works

* Update changelog
This commit is contained in:
Jordan Pittman
2024-05-07 14:10:38 -04:00
committed by GitHub
parent 48cf712d80
commit a303819018
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -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
@@ -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]
)