I have to convert my input value from number to currency only after blur. But i can write it only in console.log, is it not possible to write it back in the view?
Look at the Demo And open the console. write any number and u see what the converter do. I need the Value in my input field.
The solution is to create a custom field type that uses one of the following option:
ngx-currency
https://stackblitz.com/edit/ngx-formly-custom-template-ol5cs9ngx-mask
ControlValueAccessor
: https://stackblitz.com/edit/angular-hv7mnc