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:
3
public/js/ff/accounts/edit-reconciliation.js
vendored
3
public/js/ff/accounts/edit-reconciliation.js
vendored
@@ -41,7 +41,8 @@ function setAutocompletes() {
|
||||
source: data,
|
||||
afterSelect: function () {
|
||||
this.$element.val("");
|
||||
}
|
||||
},
|
||||
autoSelect: false,
|
||||
}
|
||||
};
|
||||
$('input[name="tags"]').tagsinput(
|
||||
|
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