Interface IFormControlPropsDropdown

Form Control Properties - Dropdown

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

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

      Parameters

      Returns void

className?: string

Custom class names.

controlClassName?: string
data?: any
description?: string
el?: HTMLElement

The element to render the component to.

errorMessage?: string
id?: string
isDisabled?: boolean
isPlainText?: boolean
isReadonly?: boolean
items?: IDropdownItem[]
label?: string
loadingMessage?: string
name?: string
onChange?: ((item, ev?) => void)

Type declaration

    • (item, ev?): void
    • Parameters

      Returns void

onControlRendered?: ((control) => void | PromiseLike<IFormControl>)

Type declaration

onControlRendering?: ((control) => void | PromiseLike<IFormControlPropsDropdown>)

Type declaration

onGetValue?: ((control) => any)

Type declaration

onMenuRendering?: ((props) => IPopoverProps)

Type declaration

onValidate?: ((control, value) => boolean | IFormControlValidationResult)

Type declaration

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

Generated using TypeDoc