ComboBox
Adds supports for [System.Windows.Forms.ComboBox](https://msdn.microsoft.com/en-us/library/system.windows.forms.combobox(v=vs.110).aspx).
Implementation Details:
Component Selector: 'wm-combobox'
Kendo UI Component: Kendo DropDownList Kendo UI Component: Kendo ComboBox
Class inheritance
ComboBoxComponent extends ControlComponent.
PME Support
Properties
Property
Get
Set
Notify Changes
Details
url: string
Yes
No
No
Url to the remote service which return the combobox items
selectedItem: object
Yes
Yes
Yes
Item selected in the combobox
dropDownStyle: object
Yes
No
No
Style used by the combo to display the item
IntegralHeight: boolean
Yes
No
No
Gets or sets a value indicating whether the control should resize to avoid showing partial items.
Methods
Method
Supported
Details
None
None
None
Events
Event
Supported
Parameter
Details
selectionChange
Yes
$event: any
Triggers SelectedIndexChanged
and SelectionChangeCommitted
Event.
valueChange
Yes
$event: any
Triggers SelectedValueChanged
Event.
open
Yes
$event: any
Triggers DropDown
Event.
close
Yes
$event: any
Triggers DropDownClosed
Event.
focus
Yes
$event: any
Triggers GotFocus
Event.
blur
Yes
$event: any
Triggers LostFocus
Event.
Last updated