Kaynağa Gözat

[fix] grid tabbing and arrow keys

version-14
Rushabh Mehta 9 yıl önce
ebeveyn
işleme
61cbcdc560
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      frappe/public/js/frappe/form/grid.js

+ 1
- 0
frappe/public/js/frappe/form/grid.js Dosyayı Görüntüle

@@ -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);


Yükleniyor…
İptal
Kaydet