Wizard footer is not hidden when "hideNextButton", "hideBackButton" and "hideIndicators" are set to true.

Issue #264 resolved
Ulas created an issue

Wizard footer is not hidden when 3 parameters set to true. It is expected to hide the footer space entirely.

"hideHeader": true,
"hideIndicators": true,
"hideNextButton": true,
"hideBackButton": true,
"hideCancelButton": true,

Comments (4)

  1. Ulas reporter

    Actually, when you enable the header, the footer disappears! 💪

    "hideHeader": false,
    "hideIndicators": true,
    "hideNextButton": true,
    "hideBackButton": true,
    "hideCancelButton": true,
    
  2. Log in to comment