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>
This commit is contained in:
Vincent Petry 2021-02-26 11:30:04 +01:00 committed by npmbuildbot-nextcloud[bot]
parent 6ee39e204f
commit d3db0f5000
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"