Skip to content

Commit

Permalink
Merge pull request #25918 from nextcloud/backport/25805/stable21
Browse files Browse the repository at this point in the history
[stable21] Clear multiselect after selection in share panel
  • Loading branch information
rullzer authored Mar 5, 2021
2 parents 01b9988 + 1575b09 commit b4b5561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/files_sharing_tab.js.map

Large diffs are not rendered by default.

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 b4b5561

Please sign in to comment.