Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-03-05 10:58:10 +0300
committerGitHub <noreply@github.com>2020-03-05 10:58:10 +0300
commitb9b54f7f3f66e5f8e2f9c920cc7b14f3559147d1 (patch)
treeec40cc7d2bb1f9d747af81274a01e5674f84d51d
parent1fd2f0699184ce07e6759b586d1c320a383f846b (diff)
parenta3ae5572f7333a4ba795ed6cb9e94b25639b4954 (diff)
Merge pull request #571 from nextcloud/bugfix/noid/share-dropdownv17.0.4RC2v17.0.4RC1v17.0.4
[stable17] Append the autocomplete results to the dropdown container
-rw-r--r--js/vendor/nextcloud/share.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/vendor/nextcloud/share.js b/js/vendor/nextcloud/share.js
index db22c3c3..ae8e7448 100644
--- a/js/vendor/nextcloud/share.js
+++ b/js/vendor/nextcloud/share.js
@@ -448,6 +448,7 @@
$('#shareWith').autocomplete({
minLength: 2,
delay: 750,
+ appendTo: '#dropdown',
source: function (search, response) {
var $shareWithField = $('#dropdown #shareWith');
var $loading = $('#dropdown .shareWithLoading');