-
Notifications
You must be signed in to change notification settings - Fork 47
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
Hide 1st previous button & disable next button #32
Comments
initiate wizard configuration
inject ngWizardService to constructor
to show it back inside your method fire stepChenged() event from ngWizardService
|
@ObadaSaada I tried doing what you have suggested still isn't able to get back my button . Is there any other way to achieve that |
@ObadaSaada did you ever find a solution to this? |
@ObadaSaada @ETMitch21 @NIKITA-2710
ts :
This is the best I have found. |
Using the template variable and ViewChild, we can access the NgWizardComponent. Html Component and in the StepChanged event, we can set the show buttons. stepChanged(args: StepChangedArgs) {
|
Hi,
Is there a way to hide the "previous button" on the first step Pane ?
Setting the toolbarSettings.showPreviousButton to false it hides as expected the button.
But if I set it to true (in the stepChanged event) it doesn't display it back.
Also, how to "disable" and "enable" the next button until the "validation part" is done?
thanks
The text was updated successfully, but these errors were encountered: