Skip to content
Snippets Groups Projects

FIX: use paging during options generation in edit mode

Merged Henrik tom Wörden requested to merge f-edit-mode-paging into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1044,7 +1044,7 @@ var edit_mode = new function () {
}
});
// Add input for manual ID insertion
idinput = $("<input type='number' class='caosdb-f-manual-id-insert' value=''></input>")
var idinput = $("<input type='number' class='caosdb-f-manual-id-insert' value=''></input>")
idinput.hide()
// Add callback for pressing Enter: the insertion is completed
idinput.on('keyup', function (e) {
Loading