Hi, DialogButton.bind() (AP.dialog.getDialogButton().bind()) is deprecated now, but I can’t replace it with suggested Events.on() method. I use it to override default Macro Editor dialog - I do custom validation, and I need to prevent the default submit event. With the new API, I can’t do that.
Thank in advance.