Circle V2 API Docs
    Preparing search index...
    • Search input for the command palette with a leading search icon.

      Parameters

      • props: Omit<
            Pick<
                Pick<
                    DetailedHTMLProps<
                        InputHTMLAttributes<HTMLInputElement>,
                        HTMLInputElement,
                    >,
                    "key" | (keyof InputHTMLAttributes<HTMLInputElement>),
                > & { ref?: Ref<HTMLInputElement> } & { asChild?: boolean },
                "asChild" | "key" | (keyof InputHTMLAttributes<HTMLInputElement>),
            >,
            "onChange" | "value" | "type",
        > & { onValueChange?: (search: string) => void; value?: string } & RefAttributes<
            HTMLInputElement,
        >
        • OptionalonValueChange?: (search: string) => void

          Event handler called when the search value changes.

        • Optionalvalue?: string

          Optional controlled state for the value of the search input.

      Returns Element