A searchable combobox built from a command list inside a popover, where the selected value shows an inline clear button to reset the selection without reopening the list.
import Command06 from "@/components/ui/command-06"; export default function Command06Demo() { return ( <div className="flex min-h-72 w-full items-center justify-center p-8"> <Command06 /> </div> ); }