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

Growl doesn't remove messages automatically #265

Closed
rikumalminiemi opened this issue Apr 27, 2016 · 6 comments
Closed

Growl doesn't remove messages automatically #265

rikumalminiemi opened this issue Apr 27, 2016 · 6 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@rikumalminiemi
Copy link

rikumalminiemi commented Apr 27, 2016

Forum thread with code samples and details: http://forum.primefaces.org/viewtopic.php?f=35&t=45141&sid=0ec697f6a7491c66b1d26ef75abd11e6
Library versions:
PrimeNG 1.0.0-beta3
Angular2 beta15
Firefox 45
PrimeUI ^4.1.7
SystemJS 0.19.25

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Apr 27, 2016
@cagataycivici cagataycivici added this to the 1.0.0-beta.4 milestone Apr 27, 2016
@cagataycivici cagataycivici self-assigned this Apr 27, 2016
@cagataycivici
Copy link
Member

Fixed via;

#275

@brian428
Copy link
Contributor

brian428 commented May 4, 2016

Is this actually fixed? The demo page (http://www.primefaces.org/primeng/#/growl) doesn't appear to set sticky=true, but the growls are still not automatically removed.

@cagataycivici
Copy link
Member

Our bad, the demo source and the actual code doesn't match, actual code has sticky enabled. Fixed in code now and will be live soon in redeploy. Thank you.

@ahelord
Copy link

ahelord commented Jan 27, 2017

but i declare inline life and this work

<p-growl [value]="msgs" life="6000"></p-growl>

@mineofcode
Copy link

mineofcode commented Aug 3, 2017

[immutable]= "false"
<p-growl [immutable]= "false" life="3000" [(value)]="messagestack">
works for me

@vivekreddy
Copy link

[immutable]= "false"
<p-growl [immutable]= "false" life="3000" [(value)]="messagestack">

This worked for me too. Thanks @masagatech

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

6 participants