You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment above the method canGoToStep of BaseNavigationMode says:
But really the wizard navigation bar component uses the awGoToStep directive inside for every step.
I tried disabling the navigationBar by subclassing ConfigurableNavigationMode, this is my custom class:
I set disableNavigationBar to true in my template and canExit is set to true for every step. I expected the wizard to allow me to use goToPreviousStep and goToNextStep programmatically but at the same time prevent navigation by clicking the navigation bar. Instead the wizard still allows me to navigate by clicking the navigation bar, only the cursor has changed from 'pointer' to 'default'.
Is this behavior intended? I'm using version 6.1.0 of the library.
The text was updated successfully, but these errors were encountered:
The comment above the method canGoToStep of BaseNavigationMode says:
But really the wizard navigation bar component uses the awGoToStep directive inside for every step.
I tried disabling the navigationBar by subclassing ConfigurableNavigationMode, this is my custom class:
I set disableNavigationBar to true in my template and canExit is set to true for every step. I expected the wizard to allow me to use goToPreviousStep and goToNextStep programmatically but at the same time prevent navigation by clicking the navigation bar. Instead the wizard still allows me to navigate by clicking the navigation bar, only the cursor has changed from 'pointer' to 'default'.
Is this behavior intended? I'm using version 6.1.0 of the library.
The text was updated successfully, but these errors were encountered: