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

Fixed Issue #25 Fix Backspace with a selection #85

Closed GavinGreenwood closed 6 years ago

GavinGreenwood commented 6 years ago

Allow backspace with a selectionRangeLength greater then zero, and dont update selectionStart if selectionRangeLength greater then zero in removeNumber

cesarrew commented 6 years ago

Thank you.