Skip to content

Commit 818efb6

Browse files
Merge pull request #592 from dtaylor113/wizard-doc
chore(pfWizard): Corrected documentation for wzDisabled for wizard step…
2 parents 2372897 + c5c9964 commit 818efb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wizard/wizard-step.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @param {boolean=} prevEnabled Sets whether the back button should be enabled when this step is first displayed
1515
* @param {string=} nextTooltip The text to display as a tooltip on the next button
1616
* @param {string=} prevTooltip The text to display as a tooltip on the back button
17-
* @param {boolean=} wzDisabled Disables the wizard when this page is shown
17+
* @param {boolean=} wzDisabled Hides the step when set to True
1818
* @param {boolean} okToNavAway Sets whether or not it's ok for the user to leave this page
1919
* @param {boolean} allowClickNav Sets whether the user can click on the numeric step indicators to navigate directly to this step
2020
* @param {string=} description The step description (optional)

src/wizard/wizard-substep.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @param {number} stepPriority This sets the priority of this wizard step relative to other wizard steps. They should be numbered sequentially in the order they should be viewed.
1111
* @param {boolean=} nextEnabled Sets whether the next button should be enabled when this step is first displayed
1212
* @param {boolean=} prevEnabled Sets whether the back button should be enabled when this step is first displayed
13-
* @param {boolean=} wzDisabled Disables the wizard when this page is shown
13+
* @param {boolean=} wzDisabled Hides the step when set to True
1414
* @param {boolean} okToNavAway Sets whether or not it's ok for the user to leave this page
1515
* @param {boolean=} allowClickNav Sets whether the user can click on the numeric step indicators to navigate directly to this step
1616
* @param {string=} description The step description

0 commit comments

Comments
 (0)