formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 405 forks source link

Problem with resetModel() together with formatter #679

Open ingmr opened 8 years ago

ingmr commented 8 years ago

If have a field with a formatter and Reset button which calls vm.options.resetModel() the model value does not go through my formatter again and the unformatted value is being displayed in the input field.

Example: http://jsbin.com/tatupebaqo/1/edit?html,js,output