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
The documentation for the inputmax reactive form exemple shows a wrong example: https://primeng.org/inputmask#reactive-forms
should be changed from:
<p-inputMask mask="99-999999" [(ngModel)]="value" placeholder="99-999999"></p-inputMask>
to:
<p-inputMask mask="99-999999" formControlName="value" placeholder="99-999999"></p-inputMask>`
https://stackblitz.com/edit/2m3zix?file=src%2Fapp%2Fdemo%2Finput-mask-reactive-forms-demo.html
https://stackblitz.com/edit/8my3nm?file=package.json
17.0.0
17.0.0-beta-1
Angular CLI App
TypeScript
20.9.0
No response
Go to documentation:
https://primeng.org/inputmask#reactive-forms
The text was updated successfully, but these errors were encountered:
Merge pull request #14203 from cezarcruz/master
80cfde2
#14202 - Fixing documentation of inputmask component
mehmetcetin01140
No branches or pull requests
Describe the bug
The documentation for the inputmax reactive form exemple shows a wrong example:
https://primeng.org/inputmask#reactive-forms
should be changed from:
to:
Environment
https://stackblitz.com/edit/2m3zix?file=src%2Fapp%2Fdemo%2Finput-mask-reactive-forms-demo.html
Reproducer
https://stackblitz.com/edit/8my3nm?file=package.json
Angular version
17.0.0
PrimeNG version
17.0.0-beta-1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.9.0
Browser(s)
No response
Steps to reproduce the behavior
Go to documentation:
https://primeng.org/inputmask#reactive-forms
Expected behavior
No response
The text was updated successfully, but these errors were encountered: