Skip to content

fix(wizard): show submit button correctly#1578

Merged
Hyperkid123 merged 1 commit intodata-driven-forms:masterfrom
LightOfHeaven1994:show-submit-button-correctly-progress-wizard
Mar 9, 2026
Merged

fix(wizard): show submit button correctly#1578
Hyperkid123 merged 1 commit intodata-driven-forms:masterfrom
LightOfHeaven1994:show-submit-button-correctly-progress-wizard

Conversation

@LightOfHeaven1994
Copy link
Contributor

Fixes issue with not being able to set button to "Submit" on wizard with progress.

Can be tested by:

  1. npm run build
  2. cd packages/pf4-component-mapper
  3. yarn start
  4. Navigate to http://localhost:3001/ and check Progress after submission

Currently last non progress step shows "Next" button

Screen.Recording.2026-03-09.at.10.03.01.mov

After the fix button Submit is shown on last non progress step

Screen.Recording.2026-03-09.at.10.06.37.mov

Description

Please include a summary of the change.

Schema (if applicable)

Checklist: (please see documentation page for more information)

  • Yarn build passes
  • Yarn lint passes
  • Yarn test passes
  • Test coverage for new code (if applicable)
  • Documentation update (if applicable)
  • Correct commit message
    • format fix|feat({scope}): {description}
    • i.e. fix(pf3): wizard correctly handles next button
    • fix will release a new _._.X version
    • feat will release a new _.X._ version (use when you introduce new features)
      • we want to avoid any breaking changes, please contact us, if there is no way how to avoid them
    • scope: package
    • if you update the documentation or tests, do not use this format
      • i.e. Fix button on documenation example page

@vercel
Copy link

vercel bot commented Mar 9, 2026

@LightOfHeaven1994 is attempting to deploy a commit to the data-driven-forms Team on Vercel.

A member of the Team first needs to authorize it.

@Hyperkid123 Hyperkid123 merged commit 7c98357 into data-driven-forms:master Mar 9, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants