Dropdown Properties

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

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

      Parameters

      Returns void

autoSelect?: boolean
btnClassName?: string
className?: string

Custom class names.

dropLeft?: boolean
dropRight?: boolean
dropUp?: boolean
el?: HTMLElement

The element to render the component to.

formFl?: boolean
id?: string
isCheckbox?: boolean
isDark?: boolean
isDatalist?: boolean
isReadonly?: boolean
isSplit?: boolean
items?: IDropdownItem[]
label?: string
menuOnly?: boolean
multi?: boolean
navFl?: boolean
onChange?: ((item?, ev?) => void)

Type declaration

onMenuRendering?: ((props) => IPopoverProps)

Type declaration

placement?: number
required?: boolean
title?: string
type?: number
value?: any

Generated using TypeDoc