Merge pull request #25918 from nextcloud/backport/25805/stable21

[stable21] Clear multiselect after selection in share panel
This commit is contained in:
Roeland Jago Douma 2021-03-05 09:44:07 +01:00 committed by GitHub
commit b4b55616c2
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"