Search code examples
htmlangulartypescriptprimeng

Primeng password template suggestions not coming up


The demo provided at https://stackblitz.com/edit/primeng-password-demo doesnt work properly as shown in the documentation demo at https://www.primefaces.org/primeng/showcase/#/password for template password, the suggestion are not coming up in the stackblitz demo.

Documentation demo snapshot

Stackblitz demo snapshot


Solution

  • The issue for p-password component doesn't show pTemplate is reported in this GitHub issue.

    By upgrading the primeng to the latest version (v12.0.1) will be able to tackle this issue.

    Pre-requisites:

    Angular App with version 12

    Sample Solution on StackBlitz