Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/components/combobox-virtualized.tsx>ComboboxVirtualizedProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface ComboboxVirtualizedProps
import { type ComboboxVirtualizedProps } from "https://deno.land/x/netzo@0.5.63/components/combobox-virtualized.tsx";

Properties

options: ComboboxOption[]
optional
searchPlaceholder: string
optional
height: string
optional
value: string
optional
onChange: (value: string) => void