I have a password input component, which is a custom form control.
The problem is, when I type into the input, the form value (created with FormGroup) is not being updated.
However, when I use form.get('key').setValue('value here'), the form value as well as the component are updated correctly.
What might be the issue?
Using Angular v13.2.1 • Whole source code • component with the form • password input component
Wanted to upload it to Stackblitz, but was getting many unrelated errors.