mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-08 02:29:38 -05:00
Fix tag auto select.
This commit is contained in:
+2
-1
@@ -41,7 +41,8 @@ function setAutocompletes() {
|
||||
source: data,
|
||||
afterSelect: function () {
|
||||
this.$element.val("");
|
||||
}
|
||||
},
|
||||
autoSelect: false,
|
||||
}
|
||||
};
|
||||
$('input[name="tags"]').tagsinput(
|
||||
|
||||
+2
-2
@@ -53,8 +53,8 @@ function setCommonAutocomplete() {
|
||||
source: data,
|
||||
afterSelect: function () {
|
||||
this.$element.val("");
|
||||
|
||||
}
|
||||
},
|
||||
autoSelect: false,
|
||||
},
|
||||
autoSelect: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user