Commit 079ec5fa672eeef69ea1d2b5f7c28a9796b37799

Authored by Marcelo Puebla
1 parent 06e7551e4e
Exists in master

Arreglo para que el textarea tenga foco.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/views/modal-detalle-hoja-ruta.html
... ... @@ -110,8 +110,9 @@
110 110 <textarea
111 111 ng-model="remito.observaciones"
112 112 ng-disabled="readonly"
113   - class="form-control form-control-sm"
114   - rows="1"
  113 + class="form-control form-control-sm foca-input"
  114 + rows="2"
  115 + foca-focus="articuloSeleccionado.cantidadDescargada === articuloSeleccionado.cantidad"
115 116 ></textarea>
116 117 </div>
117 118 <div class="row mt-2">