From 9cff8480187879a4148c114d5b3fc04676c7bd64 Mon Sep 17 00:00:00 2001 From: bkclerke Date: Fri, 7 Oct 2022 19:26:24 -0700 Subject: [PATCH] add aria-labelledby attribute to tags input --- .../src/views/components/tags/umb-tags-editor.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html b/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html index 35aef1d09b34..d52539b86b55 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html @@ -39,6 +39,7 @@ maxlength="200" localize="placeholder" placeholder="@placeholders_enterTags" + aria-labelledby="{{vm.inputId}}" ng-readonly="vm.readonly" />