Triggers full text search when Ctrl + Enter is pressed

This commit is contained in:
SiriusXT 2024-11-17 12:18:05 +08:00
parent e091ef64dd
commit 002839176e

View File

@ -131,7 +131,7 @@ function initNoteAutocomplete($el, options) {
// this is important because otherwise input will lose focus immediately and not show the results
return false;
});
let autocompleteOptions = {};
if (options.container) {
autocompleteOptions.dropdownMenuContainer = options.container;