MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / ComboboxValue

Function ComboboxValue

components/ui/combobox.tsx:23–25  ·  view source on GitHub ↗
({ ...props }: ComboboxPrimitive.Value.Props)

Source from the content-addressed store, hash-verified

21const Combobox = ComboboxPrimitive.Root;
22
23function ComboboxValue({ ...props }: ComboboxPrimitive.Value.Props) {
24 return <ComboboxPrimitive.Value data-slot="combobox-value" {...props} />;
25}
26
27function ComboboxTrigger({
28 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected