Explorar el Código

[fix] grid tabbing and arrow keys

version-14
Rushabh Mehta hace 9 años
padre
commit
61cbcdc560
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      frappe/public/js/frappe/form/grid.js

+ 1
- 0
frappe/public/js/frappe/form/grid.js Ver fichero

@@ -779,6 +779,7 @@ frappe.ui.form.GridRow = Class.extend({
.attr('data-col-idx', column.column_index)
.attr('placeholder', __(df.label));
}
this.set_arrow_keys(field);
column.field = field;
this.on_grid_fields_dict[df.fieldname] = field;
this.on_grid_fields.push(field);


Cargando…
Cancelar
Guardar