Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IListBoxProps

List Box Properties

Hierarchy

  • IListBoxProps

Index

Properties

Optional id

id: string

items

items: Array<IDropdownItem>

Optional label

label: string

Optional multi

multi: boolean

Optional onChange

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

Type declaration

Optional placeholder

placeholder: string

Optional value

value: string | Array<string>

Generated using TypeDoc