Open 50l3r opened 7 years ago
When i try to input manually it works fine, but when i try to paste a value it doesn't work.
Example
<input type="text" class="form-control form-control-lg" ng-model="App.Item.EmpresaTelefonoMovil" mask="9" repeat="9" placeholder="Teléfono Móvil" />
123456789 -> looks good 123 456 789 -> return me "123 456 7"
When i try to input manually it works fine, but when i try to paste a value it doesn't work.
Example
<input type="text" class="form-control form-control-lg" ng-model="App.Item.EmpresaTelefonoMovil" mask="9" repeat="9" placeholder="Teléfono Móvil" />
123456789 -> looks good 123 456 789 -> return me "123 456 7"