You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the close button isn't working when no item selected.
I replaced the following code in ajaxcrud.js as quick solution
modal.addFooterButton("Close", 'btn btn-default', function (button, event) {
this.hide();
});
with
modal.setFooter('Close');
or we can edit addFooterButton function in ModalRemote.js to accept more option like (dismiss="modal").
Thanks you.
The text was updated successfully, but these errors were encountered:
the close button isn't working when no item selected.
I replaced the following code in ajaxcrud.js as quick solution
modal.addFooterButton("Close", 'btn btn-default', function (button, event) {
this.hide();
});
with
modal.setFooter('Close');
or we can edit addFooterButton function in ModalRemote.js to accept more option like (dismiss="modal").
Thanks you.
The text was updated successfully, but these errors were encountered: