mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix tag auto select.
This commit is contained in:
4
public/js/ff/transactions/single/common.js
vendored
4
public/js/ff/transactions/single/common.js
vendored
@@ -53,8 +53,8 @@ function setCommonAutocomplete() {
|
||||
source: data,
|
||||
afterSelect: function () {
|
||||
this.$element.val("");
|
||||
|
||||
}
|
||||
},
|
||||
autoSelect: false,
|
||||
},
|
||||
autoSelect: false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user