'use client'; import { useEffect, useRef, useState } from 'react'; import { ChevronDownIcon } from 'lucide-react'; import { IconRemove } from '../icons'; import { type Styling } from '../props'; import { cn } from '../utils'; import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from './command'; import { Popover, PopoverContent, PopoverTrigger } from './popover'; interface ComboMultiProps