Skip to content

Commit

Permalink
Clear multiselect after selection in share panel
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 authored and backportbot[bot] committed Mar 3, 2021
1 parent 6ee39e2 commit c3c2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/components/SharingInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3c2411

Please sign in to comment.