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
1490
clear button not doing anything in igCombo
posted

Is there any reason this would make the igCombo "clear" button do nothing? The clear button ("x") shows up, but when I click it, nothing happens. This is using the 13.2 version of IgniteUI.

 

<span id="Combo1"><input name="Combo1" type="hidden" /></span><script type="text/javascript">//<!--<![CDATA[

$(function () {$('#Combo1').igCombo({ filterExprUrlKey: 'filter', textKey: 'Identifier', valueKey: 'Identifier', inputName: 'Combo1', loadOnDemandSettings: null, dataSource: [{"Identifier":"10"},{"Identifier":"20"}] });});