Wijmo 5 (KnockoutJS) - ComboBox

by Joel Parks

HTML

<p>Here is a ComboBox control:</p>
<div data-bind="wjComboBox: {
  itemsSource: countries,
  text: theCountry,
  isEditable: false,
  placeholder: 'country' }">
</div>