summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingInput.vue
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-02-26 11:30:04 +0100
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-03-04 15:02:13 +0000
commit1575b09d0d4c6ad5adf24402561ed86a92948d42 (patch)
tree8401d25d28ebad8f7a511b99abb4c6eafb3a8c90 /apps/files_sharing/src/components/SharingInput.vue
parent3922966f3c015892b65633543629022fb097af06 (diff)
downloadnextcloud-server-1575b09d0d4c6ad5adf24402561ed86a92948d42.tar.gz
nextcloud-server-1575b09d0d4c6ad5adf24402561ed86a92948d42.zip
Clear multiselect after selection in share panel
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingInput.vue')
-rw-r--r--apps/files_sharing/src/components/SharingInput.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue
index 6ca2299b81c..f5b664bd07a 100644
--- a/apps/files_sharing/src/components/SharingInput.vue
+++ b/apps/files_sharing/src/components/SharingInput.vue
@@ -23,7 +23,7 @@
<template>
<Multiselect ref="multiselect"
class="sharing-input"
- :clear-on-select="false"
+ :clear-on-select="true"
:disabled="!canReshare"
:hide-selected="true"
:internal-search="false"