Skip to content
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

Stepper: linear does not work with header template #15175

Closed
AnTiiK opened this issue Mar 27, 2024 · 0 comments · Fixed by #15575 · 4 remaining pull requests
Closed

Stepper: linear does not work with header template #15175

AnTiiK opened this issue Mar 27, 2024 · 0 comments · Fixed by #15575 · 4 remaining pull requests
Assignees
Labels
Component: Documentation Issue or pull request is related to Documentation
Milestone

Comments

@AnTiiK
Copy link

AnTiiK commented Mar 27, 2024

Describe the bug

When using a custom header template with p-stepperPanel, the onClick event does not trigger the panel activation. It correctly works without template

Environment

Primeng sample

https://stackblitz.com/edit/6veu44?file=src%2Fapp%2Fdemo%2Fstepper-template-demo.ts,src%2Fapp%2Fdemo%2Fstepper-template-demo.html

Reproducer

No response

Angular version

17.3.1

PrimeNG version

17.12.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.18.0

Browser(s)

No response

Steps to reproduce the behavior

  1. Open sample: https://stackblitz.com/edit/6veu44?file=src%2Fapp%2Fdemo%2Fstepper-template-demo.ts,src%2Fapp%2Fdemo%2Fstepper-template-demo.html
  2. Click on icon to navigate
  3. Nothing appened

Expected behavior

No response

@AnTiiK AnTiiK added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Mar 27, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this May 15, 2024
@mehmetcetin01140 mehmetcetin01140 added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels May 15, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.16.2 milestone May 15, 2024
@cetincakiroglu cetincakiroglu added Component: Documentation Issue or pull request is related to Documentation and removed Type: Bug Issue contains a bug related to a specific component. Something about the component is not working labels May 16, 2024
cetincakiroglu added a commit that referenced this issue May 16, 2024
Fixed #15175 - Stepper | linear does not work with header template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment