Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormControlPropsListBox

Form Control Properties - List Box

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: IFormControl) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional controlClassName

controlClassName: string

Optional data

data: any

Optional description

description: string

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional errorMessage

errorMessage: string

Optional isPlainText

isPlainText: boolean

Optional isReadonly

isReadonly: boolean

Optional items

items: Array<IDropdownItem>

Optional label

label: string

Optional loadingMessage

loadingMessage: string

Optional multi

multi: boolean

Optional name

name: string

Optional onChange

onChange: (items: Array<IDropdownItem>) => void

Type declaration

Optional onControlRendered

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

Type declaration

Optional onControlRendering

onControlRendering: (control: IFormControlPropsListBox) => void | PromiseLike<IFormControlPropsListBox>

Type declaration

Optional onGetValue

onGetValue: (control: IFormControlPropsListBox) => any

Type declaration

Optional onValidate

Optional placeholder

placeholder: string

Optional required

required: boolean

Optional title

title: string

Optional type

type: number

Optional value

value: any

Generated using TypeDoc