Merge pull request #25805 from nextcloud/bugfix/23468/clear-share-after-select

Clear multiselect after selection in share panel
This commit is contained in:
Julius Härtl 2021-03-03 17:25:31 +01:00 committed by GitHub
commit 895e6a57b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"