We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-password [maxlength]="20" (keydown.space)="$event.preventDefault();" [toggleMask]="true" [inputStyleClass]="'form-control'" [styleClass]="'w-100 verifyPassword__input'">
dev
No response
14.0.7
14.2.2
Angular CLI App
TypeScript
v16.15.0
need to stop entering more than max limit.
The text was updated successfully, but these errors were encountered:
Hi,
maxlength is not an input property of p-password. This feature does not exist, so I've changed the topic and labelled as new feature.
Sorry, something went wrong.
Fixed #12531 - Password | Add maxlength
e3991e8
Merge pull request #12575 from primefaces/issue-12531
57aec85
cetincakiroglu
Successfully merging a pull request may close this issue.
Describe the bug
<p-password [maxlength]="20" (keydown.space)="$event.preventDefault();"
[toggleMask]="true" [inputStyleClass]="'form-control'" [styleClass]="'w-100 verifyPassword__input'">
Environment
dev
Reproducer
No response
Angular version
14.0.7
PrimeNG version
14.2.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v16.15.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
need to stop entering more than max limit.
The text was updated successfully, but these errors were encountered: