From 9622ac7cd261c9e175c9819e2aaa2c60b3496495 Mon Sep 17 00:00:00 2001 From: gerjanvangeest Date: Thu, 16 Jan 2025 19:32:55 +0100 Subject: [PATCH] fix(form-core): add aria-hidden=true to the graphic element of the choiceInput --- .changeset/popular-poets-rule.md | 5 +++++ .../form-core/src/choice-group/ChoiceInputMixin.js | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/popular-poets-rule.md diff --git a/.changeset/popular-poets-rule.md b/.changeset/popular-poets-rule.md new file mode 100644 index 0000000000..63e17e90b1 --- /dev/null +++ b/.changeset/popular-poets-rule.md @@ -0,0 +1,5 @@ +--- +'@lion/ui': patch +--- + +[form-core] add aria-hidden=true to the graphic element of the choiceInput diff --git a/packages/ui/components/form-core/src/choice-group/ChoiceInputMixin.js b/packages/ui/components/form-core/src/choice-group/ChoiceInputMixin.js index 4a673476a2..889529eb87 100644 --- a/packages/ui/components/form-core/src/choice-group/ChoiceInputMixin.js +++ b/packages/ui/components/form-core/src/choice-group/ChoiceInputMixin.js @@ -171,7 +171,9 @@ const ChoiceInputMixinImplementation = superclass => render() { return html` -
${this._choiceGraphicTemplate()}
+