Angular 5 Pipe, {updateOn:'blur'} not updating model as expected
问题 I've created a custom pipe in Angular 5 that updates the display of an input field on blur. The value of the input field is converted and displayed, but the value of the model is not updated properly. This is the functionality I am expecting, is there a way to achieve this with a pipe? Stackblitz - Link to Sample Code Steps to Reproduce the issue. Remove the existing value and type in any number and click outside the field. (Eg: 242235.34234) The input and the model values do not match. HTML