amoffat/bootstrap-application-wizard

The config : showClose not working

Opened this issue · 0 comments

Eventhough the showClose: false is given, the close button is not hidden.

Solution: File bootstrap-wizard.js, line : 705 app

if (this.args.showClose) {
this.closeButton.show();
}
else {
this.closeButton.hide(); // Hide logic missing
}