fix layout of dropdown folder/document search

This commit is contained in:
Uwe Steinmann 2021-05-01 13:52:21 +02:00
parent 42cf1e9d05
commit 9644153d7b

View File

@ -224,6 +224,8 @@ $(document).ready( function() {
/* Document chooser */
$("[id^=choosedocsearch]").typeahead({ /* {{{ */
menu: '<div class="typeahead dropdown-menu"></div>',
item: '<li><a class="dropdown-item" href="#"></a></li>',
minLength: 3,
source: function(query, process) {
// console.log(this.options);
@ -252,6 +254,8 @@ $(document).ready( function() {
/* Folder chooser */
$("[id^=choosefoldersearch]").typeahead({ /* {{{ */
menu: '<div class="typeahead dropdown-menu"></div>',
item: '<li><a class="dropdown-item" href="#"></a></li>',
minLength: 3,
source: function(query, process) {
// console.log(this.options);