Commit 2a7ec7e0d9a7d13d00657cc04b0933b07a95a5cc

Authored by Marcelo Puebla
1 parent da8837c125
Exists in develop

Fix

Inputs que solo deberian ser numericos
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/views/foca-busqueda-cliente-modal.html
... ... @@ -169,6 +169,7 @@
169 169 ng-focus="focus(3); selectFocus($event);"
170 170 foca-focus="focused == 3"
171 171 ng-keypress="next($event.keyCode)"
  172 + only-numbers
172 173 teclado-virtual
173 174 />
174 175 </div>
... ... @@ -398,6 +399,7 @@
398 399 ng-keypress="next($event.keyCode)"
399 400 ng-focus="focus(11); selectFocus($event);"
400 401 foca-focus="focused == 11"
  402 + only-numbers
401 403 teclado-virtual>
402 404 </div>
403 405 </div>
... ... @@ -496,6 +498,7 @@
496 498 ng-keypress="pasarCampoCuit(1)"
497 499 ng-focus="focus(14); selectFocus($event);"
498 500 foca-focus="focused == 14"
  501 + only-numbers
499 502 teclado-virtual
500 503 foca-tipo-input
501 504 >
... ... @@ -510,6 +513,7 @@
510 513 ng-required="true"
511 514 ng-focus="focus(15); selectFocus($event);"
512 515 foca-focus="cuitActivo == 2 || focused == 15"
  516 + only-numbers
513 517 teclado-virtual
514 518 foca-tipo-input
515 519 >
... ... @@ -524,6 +528,7 @@
524 528 ng-required="true"
525 529 ng-focus="focus(16); selectValue($event)"
526 530 foca-focus="cuitActivo == 3 || focused == 16"
  531 + only-numbers
527 532 teclado-virtual
528 533 foca-tipo-input
529 534 >