uhlryk / angular-dynamic-number

Highly customizable angular directive for numbers
64 stars 32 forks source link

Bypassed setting input focus if input is not already focused #68

Open DustinDSchultz opened 5 years ago

DustinDSchultz commented 5 years ago

I hit an issue with changing the value of numFixed from the ng-blur event. Since re-focusing the element is part of the lifecycle of altering numFixed I added a check to ensure that the element will only be re-selected if it is still currently selected.