Is there any event to catch button click on multisuggest ?
Thanks
Is there any event to catch button click on multisuggest ?
Thanks
You can attach an event to the button using
multiselect.getPopup().getButton().attachEvent("onItemClick", function(){})