List Box Properties

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

el?: HTMLElement

The element to render the component to.

id?: string
isReadonly?: boolean
items: IDropdownItem[]
label?: string
multi?: boolean
onChange?: ((items, ev?) => void)

Type declaration

onLoadData?: (() => IDropdownItem[] | PromiseLike<IDropdownItem[]>)

Type declaration

placeholder?: string
required?: boolean
value?: string | string[]

Generated using TypeDoc