mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Minor update
This commit is contained in:
@@ -131,7 +131,7 @@ function initRevenueACField(fieldName) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
sourceNames.initialize();
|
sourceNames.initialize();
|
||||||
$('input[name="' + fieldName + '"]').typeahead({hint: true, highlight: true,}, {source: sourceNames, displayKey: 'name', autoSelect: false});
|
$('input[name="' + fieldName + '"]').typeahead({hint: true, highlight: true,}, {source: sourceNames, displayKey: 'name', autoselect: true});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -161,5 +161,5 @@ function initCategoryAC() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
categories.initialize();
|
categories.initialize();
|
||||||
$('input[name="category"]').typeahead({hint: true, highlight: true,}, {source: categories, displayKey: 'name', autoSelect: false});
|
$('input[name="category"]').typeahead({hint: true, highlight: true,}, {source: categories, displayKey: 'name', autoselect: true});
|
||||||
}
|
}
|
||||||
|
6
public/v1/js/lib/typeahead/bloodhound.js
Normal file → Executable file
6
public/v1/js/lib/typeahead/bloodhound.js
Normal file → Executable file
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* typeahead.js 1.3.1
|
* typeahead.js 1.3.3
|
||||||
* https://github.com/corejavascript/typeahead.js
|
* https://github.com/corejavascript/typeahead.js
|
||||||
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
|
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
noop: function() {}
|
noop: function() {}
|
||||||
};
|
};
|
||||||
}();
|
}();
|
||||||
var VERSION = "1.3.1";
|
var VERSION = "1.3.3";
|
||||||
var tokenizers = function() {
|
var tokenizers = function() {
|
||||||
"use strict";
|
"use strict";
|
||||||
return {
|
return {
|
||||||
|
6
public/v1/js/lib/typeahead/bloodhound.min.js
vendored
Normal file → Executable file
6
public/v1/js/lib/typeahead/bloodhound.min.js
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
7
public/v1/js/lib/typeahead/typeahead.bundle.js
Normal file → Executable file
7
public/v1/js/lib/typeahead/typeahead.bundle.js
Normal file → Executable file
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* typeahead.js 1.3.1
|
* typeahead.js 1.3.3
|
||||||
* https://github.com/corejavascript/typeahead.js
|
* https://github.com/corejavascript/typeahead.js
|
||||||
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
|
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
noop: function() {}
|
noop: function() {}
|
||||||
};
|
};
|
||||||
}();
|
}();
|
||||||
var VERSION = "1.3.1";
|
var VERSION = "1.3.3";
|
||||||
var tokenizers = function() {
|
var tokenizers = function() {
|
||||||
"use strict";
|
"use strict";
|
||||||
return {
|
return {
|
||||||
@@ -1446,6 +1446,7 @@
|
|||||||
});
|
});
|
||||||
this.$input.attr({
|
this.$input.attr({
|
||||||
"aria-owns": id + "_listbox",
|
"aria-owns": id + "_listbox",
|
||||||
|
"aria-controls": id + "_listbox",
|
||||||
role: "combobox",
|
role: "combobox",
|
||||||
"aria-autocomplete": "list",
|
"aria-autocomplete": "list",
|
||||||
"aria-expanded": false
|
"aria-expanded": false
|
||||||
|
6
public/v1/js/lib/typeahead/typeahead.bundle.min.js
vendored
Normal file → Executable file
6
public/v1/js/lib/typeahead/typeahead.bundle.min.js
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
5
public/v1/js/lib/typeahead/typeahead.jquery.js
Normal file → Executable file
5
public/v1/js/lib/typeahead/typeahead.jquery.js
Normal file → Executable file
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* typeahead.js 1.3.1
|
* typeahead.js 1.3.3
|
||||||
* https://github.com/corejavascript/typeahead.js
|
* https://github.com/corejavascript/typeahead.js
|
||||||
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
|
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -499,6 +499,7 @@
|
|||||||
});
|
});
|
||||||
this.$input.attr({
|
this.$input.attr({
|
||||||
"aria-owns": id + "_listbox",
|
"aria-owns": id + "_listbox",
|
||||||
|
"aria-controls": id + "_listbox",
|
||||||
role: "combobox",
|
role: "combobox",
|
||||||
"aria-autocomplete": "list",
|
"aria-autocomplete": "list",
|
||||||
"aria-expanded": false
|
"aria-expanded": false
|
||||||
|
6
public/v1/js/lib/typeahead/typeahead.jquery.min.js
vendored
Normal file → Executable file
6
public/v1/js/lib/typeahead/typeahead.jquery.min.js
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user