Skip to content

remora-monorepo


remora-monorepo / viewer / ComboboxInput

Function: ComboboxInput()

ComboboxInput(__namedParameters): Element

Defined in: packages/ui/src/components/ui/workflow-combobox.tsx:76

Parameters

__namedParameters

Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof InputHTMLAttributes<HTMLInputElement>> & object & object, "key" | "asChild" | keyof InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & object & RefAttributes<HTMLInputElement>

Returns

Element