We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ea668 + 450c29e commit bf4117dCopy full SHA for bf4117d
1 file changed
src/components/combobox.tsx
@@ -243,7 +243,7 @@ function ComboboxChip({
243
);
244
}
245
246
-function ComboboxChipsInput({ className, children, ...props }: ComboboxPrimitive.Input.Props) {
+function ComboboxChipsInput({ className, ...props }: ComboboxPrimitive.Input.Props) {
247
return (
248
<ComboboxPrimitive.Input
249
data-slot="combobox-chip-input"
0 commit comments