This commit is contained in:
James Cole
2020-06-05 06:34:55 +02:00
parent 61e24a41a2
commit a77187135f
4 changed files with 104 additions and 0 deletions

View File

@@ -350,6 +350,7 @@ function updateTriggerInput(selectList) {
inputResult.typeahead('destroy');
break;
case 'currency_is':
case 'foreign_currency_is':
console.log('Select list value is ' + selectList.val() + ', so input needs auto complete.');
createAutoComplete(inputResult, 'json/currency-names');
break;