-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[awGoToStep] Help in understanding how awGoToStep works (angular 9, archwizard 6) #299
Comments
@theCrius it is nice to hear that you like About your issue: If you want to allow a user to skip a specific step you can declare that step as Therefore the following changes should make your
If you don't want that the optional step is shown with a green color by default you can change this by providing a custom stylesheet. For an example how this can be done see here and here. |
That's making perfect sense @madoar. Thank you for the explanation. I'm hiding the progress bar at the top and managing the progress through the steps with a series of if that shows the buttons to continue so for me it's good to just set every step as optional even if they are not really optional to the users :) It may be worth to add this information (awOptionalStep) somewhere in the documentation? Thanks again! |
|
Maybe add a reference here? https://github.com/madoar/angular-archwizard#awgotostep I read that section as I was interested in how the I also recognise that my use case may be unusual as I'm basically adding a button to jump the the last step as it shows the results of a questionnaire, if already completed, as a way to access them quickly by reusing the same UI. |
Created a pull request to save you from going and edit. I'm still new to this repo so I might have missed or misinterpreted how the constraint works, feel free to reject / edit the pull request. |
Hi there, first of all, thank you so much for this module. Really love that it's highly configurable, plenty of hooks and easy to style :)
I'm running in an issue that probably is just me not understanding how to properly use
awGoToStep
.In short, what happens is that it doesn't work as I read it should in the readme.
I've put together a quick sandbox to show the issue, if you could point me to what am I doing wrong, i'd greatly appreciate it :)
The sandbox use the
stepIndex
but I tried also with thestepId
and it didn't work as well.https://stackblitz.com/edit/angular-ivy-9cviay
The text was updated successfully, but these errors were encountered: