Skip to content

Commit

Permalink
Merge pull request #38012 from nextcloud/fix/a11y-share-input
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored May 3, 2023
2 parents df5283a + 8960df2 commit 5a7c8b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -24,7 +24,7 @@
<div class="sharing-search">
<label for="sharing-search-input">{{ t('files_sharing', 'Search for share recipients') }}</label>
<NcSelect ref="select"
id="sharing-search-input"
input-id="sharing-search-input"
class="sharing-search__input"
:disabled="!canReshare"
:loading="loading"
Expand Down
4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 5a7c8b3

Please sign in to comment.