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 d109e8c commit 166093cCopy full SHA for 166093c
packages/kit-headless/src/components/combobox/combobox-option.tsx
@@ -33,8 +33,7 @@ export const ComboboxOption = component$(
33
return;
34
}
35
36
- (context.inputRef.value.value =
37
- context.filteredOptionsSig.value[context.highlightedIndexSig.value]?.label),
+ (context.inputRef.value.value = context.filteredOptionsSig.value[index]?.label),
38
(context.isListboxOpenSig.value = false);
39
});
40
0 commit comments