You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ui-number-mask is changed dinamically ex.:
<input
type="text"
ui-number-mask="cntrl.decimals"
ng-model="entity.quantity"
Suppose decimals is 0 and quantity is 333. If decimals changes do 2 lets say, then the input shows 3,33 when I think it should show 333,00, meaning, the value should not change, just the mask.
If ui-number-mask is changed dinamically ex.:
<input
type="text"
ui-number-mask="cntrl.decimals"
ng-model="entity.quantity"
Suppose decimals is 0 and quantity is 333. If decimals changes do 2 lets say, then the input shows 3,33 when I think it should show 333,00, meaning, the value should not change, just the mask.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: