From a3ae5572f7333a4ba795ed6cb9e94b25639b4954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 4 Mar 2020 09:44:33 +0100 Subject: [PATCH] Append the autocomplete results to the dropdown container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/vendor/nextcloud/share.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/vendor/nextcloud/share.js b/js/vendor/nextcloud/share.js index db22c3c33..ae8e7448c 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');