We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: