Commit c8ad496f18679d0415de88fe6383100fdfdd9d44
1 parent
61cf6ef413
Exists in
master
and in
2 other branches
DNI input type text
Showing
1 changed file
with
13 additions
and
13 deletions
Show diff stats
src/views/foca-abm-choferes-item.html
... | ... | @@ -36,20 +36,20 @@ |
36 | 36 | </div> |
37 | 37 | </div> |
38 | 38 | <div class="form-group row"> |
39 | - <label class="offset-sm-1 col-sm-2 col-form-label">DNI</label> | |
40 | - <div class="col-sm-4"> | |
41 | - <input | |
42 | - class="form-control" | |
43 | - type="number" | |
44 | - teclado-virtual | |
45 | - ng-model="chofer.dni" | |
46 | - ng-required="true" | |
47 | - ng-keypress="next($event.keyCode)" | |
48 | - foca-focus="focused == 2" | |
49 | - ng-focus="focused = 2" | |
50 | - /> | |
51 | - </div> | |
39 | + <label class="offset-sm-1 col-sm-2 col-form-label">DNI</label> | |
40 | + <div class="col-sm-4"> | |
41 | + <input | |
42 | + class="form-control" | |
43 | + type="text" | |
44 | + teclado-virtual | |
45 | + ng-model="chofer.dni" | |
46 | + ng-required="true" | |
47 | + ng-keypress="next($event.keyCode)" | |
48 | + foca-focus="focused == 2" | |
49 | + ng-focus="focused = 2" | |
50 | + /> | |
52 | 51 | </div> |
52 | + </div> | |
53 | 53 | <div class="form-group row"> |
54 | 54 | <label class="offset-sm-1 col-sm-2 col-form-label">Teléfono</label> |
55 | 55 | <div class="col-sm-4"> |