Tim

Results 1 comments of Tim

Same issue here. Any solution? The only workaround I found is to set the value manually: ```HTML {{value}} {{value}} ``` ```TypeScript inputFormControl = new FormControl(''); @ViewChild('inputRef', {static: true}) inputRef: ElementRef;...