Commit 6001fc84167559d08e017aa41acefc4cb2ae726d
1 parent
e43737e57c
Exists in
master
and in
2 other branches
Seleccionar todo el campo disponible al hacer click
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/views/modal-detalle-carga.html
... | ... | @@ -36,7 +36,8 @@ |
36 | 36 | <td ng-bind="cisterna.id"></td> |
37 | 37 | <td ng-bind="cisterna.capacidad"></td> |
38 | 38 | <td class="w-50"> |
39 | - <input | |
39 | + <input | |
40 | + ng-focus="$event.target.select();" | |
40 | 41 | ng-model="cisterna.disponible" |
41 | 42 | ng-keyup="validarCisternaDisponible(cisterna)" |
42 | 43 | class="form-control" |