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
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.
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.
but i declare inline life and this work
<p-growl [value]="msgs" life="6000"></p-growl>
[immutable]= "false"
works for me
[immutable]= "false"
This worked for me too. Thanks @masagatech
Most helpful comment
[immutable]= "false"
works for me