LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUIComboBox

Represents the ComboBox component for Angular. Can be used as a replacement of the standard <select> HTML element.

Properties


  • controlStyle
  • Specifies an object that contains all style settings for the ComboBox component
  • data
  • Specifies data fields that match the data in local data source
  • dropdownHeight
  • Specifies the height of the dropdown window
  • dropdownWidth
  • Specifies the width of the dropdown window
  • expanded
  • Determines whether the combobox is in expanded or collapsed state
  • integralHeight
  • Determines whether the ComboBox should resize its drop-down window to avoid showing partial items
  • items
  • Gets the collection of items that are assigned to the ComboBox
  • maxDropdownItems
  • Specifies the maximum number of items displayed in dropdown list
  • selectedIndex
  • Gets or sets an item as selected using its index
  • selectedItem
  • Gets or sets the item that is currently selected
  • state
  • Provides information about the current state of the component

Events


Methods