Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Paste Value, select item, close drop down
posted

What options do I need to do this?  I'm using the knockout binding.

<select id="myDropDown" data-bind="igCombo: {
dataSource: MyList,
textKey: 'Id',
valueKey: 'Id',
selectedItems: SeletedItems,
mode: 'editable',
virtualization: true,
filteringType: 'none',
autoComplete: false,
autoSelectFirstMatch: false,
allowCustomValue: false,
enableClearButton: false
}"></select>

Right now, after I paste in a value, it selects the item but does not close the drop down.