-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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-messages push method is not working for multiple messages #14507
Comments
Could you provide a sample code or reproduction stackblitz about the current way you're using messages please ? Are you using MessageService or straight p-messages with input ? |
Hi Sample Code: <button type="button" (click)="show()">Show App.component.ts
show() { hide() {
|
Because of p-messages being onPush & the A better approach (generally when working with onPush sub components) would be :
|
Thanks @Cr3aHal0 ;) |
Multiple messages was working in primeng 8 version but after migrating it to primeng v13, push method is not working to display multiple messages
We have Message[] everywhere in the application. But its not working post primeng v8
The text was updated successfully, but these errors were encountered: