From 5bae7cc72b1471aaf9c1e7cea1db3f4294130b95 Mon Sep 17 00:00:00 2001 From: vasileios Date: Fri, 27 Oct 2023 15:19:17 +0200 Subject: [PATCH 1/2] [#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 @@