ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

Cursor position in ui-number-mask is incorrect

Open jihin opened this issue 8 years ago • 0 comments

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">

jihin avatar Nov 14 '17 10:11 jihin