Skip to content

Issues: angular/components

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

bug(stepper): Linear mode does not allow skipping valid steps area: cdk/stepper area: material/stepper docs This issue is related to documentation needs: discussion Further discussion with the team is needed before proceeding P4 A relatively minor issue that is not relevant to core functions
#19392 opened May 19, 2020 by axos88 updated May 29, 2020
Linear stepper stuck on the step after re-initialization area: cdk/stepper help wanted The team would appreciate a PR from the community to address this issue P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#15449 opened Mar 12, 2019 by ilinyhsergey updated Jun 12, 2020
Dynamic steps with form validity checks not working with stepper component area: cdk/stepper P4 A relatively minor issue that is not relevant to core functions
#15919 opened Apr 27, 2019 by ghost updated Jun 12, 2020
bug(material/stepper): ExpressionChangedAfterItHasBeenCheckedError. Previous value: 'stepControl: undefined'. Current value: 'stepControl: [object Object]' area: cdk/stepper P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#19027 opened Mar 24, 2020 by Arun19wadikar updated Dec 5, 2020
bug(stepper): cannot change step with linear set to true and selected index different than 0 area: cdk/stepper area: material/stepper P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#20297 opened Aug 13, 2020 by tomaszek92 updated Mar 10, 2021
feat(stepper): Make CdkStepper generic to support extended CdkStep area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix needs: discussion Further discussion with the team is needed before proceeding P4 A relatively minor issue that is not relevant to core functions
#22590 opened Apr 29, 2021 by lukasmatta updated Apr 26, 2022
linear stepper add attribute skippable. area: cdk/stepper area: material/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions
#17206 opened Sep 26, 2019 by TonyFoster updated Apr 26, 2022
[Stepper] linear mode requires control for every step area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#7801 opened Oct 14, 2017 by loganmzz updated Apr 26, 2022
MatStepper treats steps as interacted if you immediately return to a previous step area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions
#14067 opened Nov 9, 2018 by yoonjesung updated Apr 26, 2022
stepper: add ability to reset a step's form validation when moving to another step area: cdk/stepper area: material/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix forms This issue is related to Angular Forms integration P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#7292 opened Sep 25, 2017 by daniele-zurico updated Apr 26, 2022
Feature request: Stepper summaries area: cdk/stepper area: material/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix needs: discussion Further discussion with the team is needed before proceeding P4 A relatively minor issue that is not relevant to core functions
#7216 opened Sep 20, 2017 by NothingEverHappens updated Apr 26, 2022
Stepper no stateChanged when updateValueAndValidity area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#16554 opened Jul 17, 2019 by keatkeat87 updated Apr 26, 2022
Steppers: enable showing all steps right away area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix needs: discussion Further discussion with the team is needed before proceeding P4 A relatively minor issue that is not relevant to core functions
#20023 opened Jul 17, 2020 by mrybson updated Apr 26, 2022
MatStepper breaks in MatDialog if selectedIndex is changed while first animations are running animation This issue is related to Angular animations or CSS animations area: cdk/stepper area: material/dialog P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#15410 opened Mar 7, 2019 by skrtheboss updated Nov 23, 2022
bug(mat-form-field): Custom input validation message not showing with mat-stepper area: cdk/stepper P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#25830 opened Oct 18, 2022 by Arti3DPlayer updated Jun 1, 2023
bug(Stepper): interacted event object should contain index of step which is clicked. area: cdk/stepper P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#27199 opened May 31, 2023 by crohit7 updated Jun 1, 2023
1 task
Stepper should provide an click event for step changes area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#22416 opened Apr 7, 2021 by gobi004 updated Jun 1, 2023
Linear stepper behaving weird when going back a step area: cdk/stepper G This is is related to a Google internal issue P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#8948 opened Dec 12, 2017 by Goodwine updated Jun 3, 2023
[mat-stepper] Consider detaching inactive steps from Angular change detection area: cdk/stepper area: material/stepper P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent perf This issue is related to performance
#14605 opened Dec 21, 2018 by earshinov updated Jun 3, 2023
Allow interacted field of matStep in the stepper control to be editable via property binding area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions
#14724 opened Jan 4, 2019 by Exocomp updated Jun 3, 2023
MatStepper navigation tiggers form validation when it's not touched area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#14026 opened Nov 7, 2018 by yoomury updated Jun 3, 2023
feat(MatStepper): Provide a template directive for displaying summary of a completed step area: cdk/stepper area: material/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions
#28043 opened Nov 2, 2023 by alex36077 updated Nov 2, 2023
Support disabling steps in the Stepper area: cdk/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
#17294 opened Oct 4, 2019 by dmiko1994 updated Jan 2, 2024
Add completed event for stepper / steps area: cdk/stepper area: material/stepper feature This issue represents a new feature or feature request rather than a bug or bug fix good first issue This issue is a good place to start for first time contributors to the project help wanted The team would appreciate a PR from the community to address this issue P4 A relatively minor issue that is not relevant to core functions
#12908 opened Aug 30, 2018 by olman21 updated Apr 15, 2024
Linear stepper shows edit icons instead of done icons area: cdk/stepper G This is is related to a Google internal issue P4 A relatively minor issue that is not relevant to core functions
#8997 opened Dec 14, 2017 by Goodwine updated Apr 26, 2024
ProTip! Mix and match filters to narrow down what you’re looking for.