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
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
I am added ui-number-mask to my textbox. When I entering the number validation is working correctly the problem is the position of the cursor is last. When I need to enter 10, It needs 1 0 0 0. total 4 numbers. How to fix the issue
I am added
ui-number-mask
to my textbox. When I entering the number validation is working correctly the problem is the position of the cursor is last. When I need to enter 10, It needs 1 0 0 0. total 4 numbers. How to fix the issue<input type="text" class="form-control input-sm"ng-model="ingredient.quantity" ui-number-mask ui-hide-group-sep placeholder="Qty">
The text was updated successfully, but these errors were encountered: