-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dynamically Change Navigation Mode #70
Comments
What do you mean with function? Is this function called only once, during initialization, or at a later time, after the user has entered some input? |
The function is called at a later time after some user input. Thanks for the feedback! |
@madoar So I am interested in making the changes and creating the pull request. But this is my first time contributing to a project like this. How do I go about with testing and doing this properly? I don't wanna mess anything up. |
@ChristianM92 nice to hear, that you want to give this a try :) For testing I would suggest, that you take a look at other tests as a reference. All test files are named About how doing this properly: If you've any questions feel free to ask! |
I have the same requirement. Is this been / being implemented? @ChristianM92 @madoar |
I don't have time to implement this feature currently too. |
So my application starts off the navigation mode on strict. Depending on what my function returns, I may want to set the navigation mode to free. I have tried to change it dynamically and the wizard doesn't seem to respond correctly. Is this functionality possible?
The text was updated successfully, but these errors were encountered: