From bd1f607a1685802df8b80eb98198be1b726d863c Mon Sep 17 00:00:00 2001 From: vasileios Date: Fri, 27 Oct 2023 15:19:17 +0200 Subject: [PATCH] [#524] Added aria-labelledby to the input element Attribute aria-labelledby is added in order to reference multiple elements on the page and define the final accessible name for the input element. --- src/formio/templates/label.ejs | 1 + src/formio/templates/text.ejs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/formio/templates/label.ejs b/src/formio/templates/label.ejs index b96dc4184..aa9c61caf 100644 --- a/src/formio/templates/label.ejs +++ b/src/formio/templates/label.ejs @@ -2,6 +2,7 @@