Skip to content

Commit

Permalink
Merge pull request #25805 from nextcloud/bugfix/23468/clear-share-aft…
Browse files Browse the repository at this point in the history
…er-select

Clear multiselect after selection in share panel
  • Loading branch information
juliusknorr authored Mar 3, 2021
2 parents 0829fea + c541094 commit 895e6a5
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 895e6a5

Please sign in to comment.