We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9e4d3 commit c7b159bCopy full SHA for c7b159b
packages/react/src/combobox/input/ComboboxInput.tsx
@@ -197,7 +197,7 @@ export const ComboboxInput = React.forwardRef(function ComboboxInput(
197
const trimmed = nextVal.trim();
198
if (trimmed !== '') {
199
store.state.setOpen(true, createBaseUIEventDetails('none', event.nativeEvent));
200
- if (!(selectionMode === 'none' && autoHighlight)) {
+ if (!autoHighlight) {
201
store.state.setIndices({
202
activeIndex: null,
203
selectedIndex: null,
0 commit comments