Make sure disabling demo mode on <Combobox> works (#3182)
* Make sure disabling demo mode on `<Combobox>` works * Update changelog
This commit is contained in:
@@ -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]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user