Commit 9b7e943c7b2f1395f14858cf3b253c450e3d2df3
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !17
Showing
1 changed file
Show diff stats
src/views/modal-punto-descarga.html
... | ... | @@ -43,6 +43,7 @@ |
43 | 43 | id="checkSelect{{key}}" |
44 | 44 | ng-model="puntoDescarga.seleccionado" |
45 | 45 | ng-change="seleccionarPunto(key, true)" |
46 | + teclado-virtual | |
46 | 47 | > |
47 | 48 | <label |
48 | 49 | class="custom-control-label float-right" |
... | ... | @@ -176,7 +177,9 @@ |
176 | 177 | ng-model="puntoDescarga.descripcion" |
177 | 178 | foca-focus="ingreso" |
178 | 179 | ng-keypress="guardar($event.keyCode)" |
179 | - uppercase-only> | |
180 | + uppercase-only | |
181 | + teclado-virtual | |
182 | + /> | |
180 | 183 | </div> |
181 | 184 | </div> |
182 | 185 | <div class="row"> |
... | ... | @@ -188,6 +191,7 @@ |
188 | 191 | ng-model="puntoDescarga.latitud" |
189 | 192 | ng-required="true" |
190 | 193 | ng-readonly="editando" |
194 | + teclado-virtual | |
191 | 195 | /> |
192 | 196 | </div> |
193 | 197 | <div class="col-6"> |
... | ... | @@ -198,6 +202,7 @@ |
198 | 202 | ng-model="puntoDescarga.longitud" |
199 | 203 | ng-required="true" |
200 | 204 | ng-readonly="editando" |
205 | + teclado-virtual | |
201 | 206 | /> |
202 | 207 | </div> |
203 | 208 | </div> |