Title: combobox onChange, onSelect doesn't fire when select old value Post by: Aod47 on February 26, 2017, 12:52:22 AM I have combobox that when user select item list will open relative Window.
But if select the same item list. onChange or onSelect doesn't fire event. Code: <select class="easyui-combobox" id="mr_field" name="mr_field" style="width:240px;" data-options=" Could you please suggest? Title: Re: combobox onChange, onSelect doesn't fire when select old value Post by: jarry on February 26, 2017, 05:06:32 PM If you want to trigger something when clicking on a row, no matter it is selected or not, please use the 'onClick' event instead.
|