mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Fix #1140
This commit is contained in:
2
public/js/ff/rules/create-edit.js
vendored
2
public/js/ff/rules/create-edit.js
vendored
@@ -296,7 +296,7 @@ function updateTriggerInput(selectList) {
|
||||
function createAutoComplete(input, URI) {
|
||||
input.typeahead('destroy');
|
||||
$.getJSON(URI).done(function (data) {
|
||||
input.typeahead({source: data});
|
||||
input.typeahead({source: data, autoSelect: false});
|
||||
});
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user