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

p-stepperPanel: Can not display header when use tranlate #16600

Open
wklaczynski opened this issue Oct 20, 2024 · 3 comments
Open

p-stepperPanel: Can not display header when use tranlate #16600

wklaczynski opened this issue Oct 20, 2024 · 3 comments
Labels
Resolution: Help Wanted Issue or pull request requires extra help and feedback Resolution: Needs More Information More information about the issue is needed to find a correct solution
Milestone

Comments

@wklaczynski
Copy link

Describe the bug

When use use:
<p-stepperPanel header="{{labels.insertUserDataStep | translate}}" >

witch:
"@ngx-translate/core": "15.0.0",

Header not be rendered. But it only becomes visible in subsequent changes.

Environment

develop

Reproducer

No response

Angular version

18.2.0

PrimeNG version

17.18.11

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

22.10.0

Browser(s)

Chrome

Steps to reproduce the behavior

No response

Expected behavior

No response

@wklaczynski wklaczynski added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 20, 2024
@mertsincan mertsincan added Resolution: Help Wanted Issue or pull request requires extra help and feedback Resolution: Needs More Information More information about the issue is needed to find a correct solution and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 19, 2024
@mertsincan mertsincan added this to the Future milestone Nov 19, 2024
Copy link

More information is needed to find a solution. A runnable StackBlitz example and additional details would be helpful.

Copy link

Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨

@cezeta-hub
Copy link

For anyone having this problem, you can simply do <p-stepperPanel [header]="'labels.insertUserDataStep' | translate" > for a quick workaround. Does not exactly fix the mentioned bug, but it works.

@github-project-automation github-project-automation bot moved this to Review in PrimeNG Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Help Wanted Issue or pull request requires extra help and feedback Resolution: Needs More Information More information about the issue is needed to find a correct solution
Projects
Status: Review
Development

No branches or pull requests

3 participants