I was wondering if there is an event for when the multipleSearch dialog is opened. I have tried looking but cant seem to find anythign to help. I have tried the following code as a test but to no evail.
{closeOnEscape: true, multipleSearch: true,onOpen:function(){
console.log("open");
}}
Can anyone point me in the right direction, if at all?
Thanks
Probably you need to use
afterShowSearch,afterRedraworafterChangecallback instead ofonOpen. See the documentation.