From 18c567bc0e6794d30a3b871d79aacf40a845f51d Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 9 Nov 2023 23:56:00 -0800 Subject: [PATCH] refactor: deprecation fixes Signed-off-by: Varun Patil --- src/components/modal/AlbumCollaborators.vue | 3 ++- src/components/top-matter/FolderTopMatter.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/modal/AlbumCollaborators.vue b/src/components/modal/AlbumCollaborators.vue index 84267726..51785bdf 100644 --- a/src/components/modal/AlbumCollaborators.vue +++ b/src/components/modal/AlbumCollaborators.vue @@ -12,8 +12,9 @@ autocomplete="off" type="search" name="search" - :aria-label="t('memories', 'Search for collaborators')" aria-autocomplete="list" + :label="t('memories', 'Search for collaborators')" + :aria-label="t('memories', 'Search for collaborators')" :aria-controls="`manage-collaborators__form__selection-${randomId} manage-collaborators__form__list-${randomId}`" :placeholder="t('memories', 'Search people or groups')" @input="searchCollaborators" diff --git a/src/components/top-matter/FolderTopMatter.vue b/src/components/top-matter/FolderTopMatter.vue index 46582439..41465d93 100644 --- a/src/components/top-matter/FolderTopMatter.vue +++ b/src/components/top-matter/FolderTopMatter.vue @@ -1,7 +1,7 @@