cesarrew / ng2-currency-mask

A very simple currency mask directive that allows using a number attribute with the ngModel.
MIT License
235 stars 116 forks source link

Fix for autocomplete not updating model #156

Open sreece52 opened 3 years ago

sreece52 commented 3 years ago

Since detecting autocomplete is not trivial and chrome, firefox, etc handle auto completion differently I made the decision to use the focusout event to update the model of the input.