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 161a953 commit 7691b94Copy full SHA for 7691b94
packages/kit-headless/src/components/combobox/combobox-inline.tsx
@@ -111,8 +111,6 @@ export const HComboboxRoot: Component<InternalComboboxProps & HComboboxRootImplP
111
case HComboboxItemLabel: {
112
const displayValue = getInnerText(child.props.children);
113
114
- console.log(displayValue);
115
-
116
// distinct value, or the display value is the same as the value
117
const value = (givenItemValue !== null ? givenItemValue : displayValue) as string;
118
0 commit comments