Unable to reset password.

UI Components for Angular
Post Reply
divyansh
Posts: 3
Joined: 04 Aug 2021, 06:31

04 Aug 2021, 06:41

Reset only works if I use input tag with pPassword

Code: Select all

 <input class="p-mt-3" type="password"
  formControlName="password"
  [feedback]="false"
  pPassword/>
but not works on

Code: Select all

<p-password formControlName="password" 
	[toggleMask]="true" 
	[feedback]="false">
</p-password>
using formControl.

Any help is appreciated I have provided a demo link.
Link: https://stackblitz.com/edit/primeng-pas ... onent.html

divyansh
Posts: 3
Joined: 04 Aug 2021, 06:31

04 Aug 2021, 16:15

[Solved]: It was an issue with primeng@11.3.0, upgrading to @11.4.4 solved the issue.

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests