We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug: Setting a step to Optional is not working correctly when containing a form with validators
Should be able to continue through a optional step if a form is not completed but set as optional.
Can't continue past an optional step without filling the form.
Version 5.0.1 of Material was working as described/expected, upgrading to 5.0.3 breaks this functionality rendering the 'optional' property useless.
Tested on Angular 5.1.3, Material 5.0.3
Worked as expected in Material 5.0.1 I believe the issue was introduces by this PR: #8646
The text was updated successfully, but these errors were encountered:
fix(stepper): unable to skip optional steps in linear stepper
822076d
Fixes users not being allowed to skip optional invalid steps inside of a linear stepper. Fixes angular#9239.
acc66f7
Fixes users not being allowed to skip optional invalid steps inside of a linear stepper. Fixes #9239.
fix(stepper): unable to skip optional steps in linear stepper (#9245)
9dba30b
fix(stepper): unable to skip optional steps in linear stepper (angula…
517ea57
…r#9245) Fixes users not being allowed to skip optional invalid steps inside of a linear stepper. Fixes angular#9239.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
crisbeto
mmalerba
Successfully merging a pull request may close this issue.
Bug: Setting a step to Optional is not working correctly when containing a form with validators
What is the expected behavior?
Should be able to continue through a optional step if a form is not completed but set as optional.
What is the current behavior?
Can't continue past an optional step without filling the form.
What are the steps to reproduce?
Stackblitz here:
https://stackblitz.com/edit/angular-material2-issue-rrtzza?file=app%2Fapp.component.html
What is the use-case or motivation for changing an existing behavior?
Version 5.0.1 of Material was working as described/expected, upgrading to 5.0.3 breaks this functionality rendering the 'optional' property useless.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Tested on Angular 5.1.3, Material 5.0.3
Is there anything else we should know?
Worked as expected in Material 5.0.1
I believe the issue was introduces by this PR:
#8646
The text was updated successfully, but these errors were encountered: