Skip to main content

MultiselectInput

MultiselectInput(__namedParameters): Element

Input component that displays selected values and handles user text input for filtering options

Based on Command.Input

Parameters

__namedParameters

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

Returns

Element

Example

<MultiselectInput placeholder="Select options" animatedPlaceholder="Status"
/>