diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-02-26 11:30:04 +0100 |
---|---|---|
committer | npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | 2021-03-04 15:02:13 +0000 |
commit | 1575b09d0d4c6ad5adf24402561ed86a92948d42 (patch) | |
tree | 8401d25d28ebad8f7a511b99abb4c6eafb3a8c90 /apps/files_sharing/src/components/SharingInput.vue | |
parent | 3922966f3c015892b65633543629022fb097af06 (diff) | |
download | nextcloud-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.vue | 2 |
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" |