|
|
@@ -817,7 +817,7 @@ jQuery('#typeahead-{$fName}').typeahead({
|
|
|
} else {
|
|
|
var fldExportNode = document.getElementById('f' + i)
|
|
|
if (fldExportNode) {
|
|
|
- console.log('--- onItemAdd jQuery(#f' + i + ').val(', curSel.exports[i], '): fieldExport.is(input:',fieldExport.is('input'),'select:',fieldExport.is('select'),'textarea:',fieldExport.is('textarea'),')', fieldExport);
|
|
|
+ // console.log('--- onItemAdd jQuery(#f' + i + ').val(', curSel.exports[i], '): fieldExport.is(input:',fieldExport.is('input'),'select:',fieldExport.is('select'),'textarea:',fieldExport.is('textarea'),')', fieldExport);
|
|
|
switch (fldExportNode.tagName) {
|
|
|
case 'INPUT': jQuery('#f' + i).val(curSel.exports[i]); break;
|
|
|
case 'SELECT': /* TODO: add option and select //jQuery('#f' + i).val(curSel.exports[i]); */; break;
|