You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having a problem with my chips component inside a Form (FormGroup).
When I enable my form after disable, the input text keep disabled, blocking user type text
My Form instantiate example: this.form = new FormGroup({listTag: new FormControl<string[] | null>(null)});
Describe the bug
Hello,
I'm having a problem with my chips component inside a Form (FormGroup).
When I enable my form after disable, the input text keep disabled, blocking user type text
My Form instantiate example:
this.form = new FormGroup({listTag: new FormControl<string[] | null>(null)});
My Enable/Disable method:
My HTML with Forms and Chips
Environment
Production: Angular v16
Reproducer
No response
Angular version
16.2.10
PrimeNG version
16.7.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
Expected behavior
No response
The text was updated successfully, but these errors were encountered: