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 textarea component is not working with pTextarea directive.
pTextarea
Local and on stackblitz
https://stackblitz.com/edit/stackblitz-starters-bxbgpx?file=src%2Fmain.ts
18.1.0
18.0.0-beta.3
Angular CLI App
TypeScript
20.0.0
No response
The text was updated successfully, but these errors were encountered:
+1
Any news here?
Sorry, something went wrong.
Importing TextareaModule worked. import { TextareaModule } from 'primeng/textarea;
TextareaModule
import { TextareaModule } from 'primeng/textarea;
Created a PR to update the docs. PR: #16730
Successfully merging a pull request may close this issue.
Describe the bug
The textarea component is not working with
pTextarea
directive.Environment
Local and on stackblitz
Reproducer
https://stackblitz.com/edit/stackblitz-starters-bxbgpx?file=src%2Fmain.ts
Angular version
18.1.0
PrimeNG version
18.0.0-beta.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.0.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: