Password input with reactive form, does not disable until clicked even though control is reported as disabled. #12317
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Password input with reactive form, does not disable until clicked even though control is reported as disabled. Similar to issue 10788. Call disable on the form control , and it will let you type, until focus is lost then it becomes readonly.
Environment
angular 13.2.6
primeng 13.4.1
Reproducer
No response
Angular version
13.2.6
PrimeNG version
13.4.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
14.16.1
Browser(s)
Chrome
Steps to reproduce the behavior
Call disable on the form control , and it will let you type, until focus is lost then it becomes readonly.
Expected behavior
The control should be read only when disable() is called.
The text was updated successfully, but these errors were encountered: