Commit e2ac4d901d75608a2524b73fdfe20c73bb5cf310

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

DNI input type text

See merge request !6
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">