This commit is contained in:
James Cole
2018-01-22 18:37:59 +01:00
parent bc4d801c12
commit 9a26d6d49f
9 changed files with 33 additions and 34 deletions

View File

@@ -94,7 +94,7 @@ function getAccountId() {
*/
function setAutocompletes() {
$.getJSON('json/transaction-journals/' + what).done(function (data) {
$('input[name="description"]').typeahead({source: data});
$('input[name="description"]').typeahead({source: data, autoSelect: false});
});
}