Skip to content

Commit a303819

Browse files
Make sure disabling demo mode on <Combobox> works (#3182)
* Make sure disabling demo mode on `<Combobox>` works * Update changelog
1 parent 48cf712 commit a303819

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/@headlessui-react/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Make sure disabling demo mode on `<Combobox>` works ([#3182](hhttps://github.com/tailwindlabs/headlessui/pull/3182))
1113

1214
## [2.0.2] - 2024-05-07
1315

packages/@headlessui-react/src/components/combobox/combobox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ function ComboboxFn<TValue, TTag extends ElementType = typeof DEFAULT_COMBOBOX_T
742742
compare,
743743
isSelected,
744744
isActive,
745-
__demoMode,
746745
}),
747746
[value, defaultValue, disabled, multiple, __demoMode, state, virtual]
748747
)

0 commit comments

Comments
 (0)