diff --git a/ui/src/components/Combobox.tsx b/ui/src/components/Combobox.tsx index 383d88a..8055043 100644 --- a/ui/src/components/Combobox.tsx +++ b/ui/src/components/Combobox.tsx @@ -47,16 +47,9 @@ export function Combobox({ const inputRef = useRef(null); const classes = comboboxVariants({ size }); - const handleChange = (value: unknown) => { - if (onChange) { - onChange(value); - inputRef.current?.blur(); - } - }; - return ( {() => (