From 22767e3c5f193a2b58b8ea6c5a35282eb379bd64 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 10 Nov 2025 11:15:48 -0800 Subject: [PATCH] refactor(radio-group): remove required attribute --- core/src/components/radio-group/test/validation/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/components/radio-group/test/validation/index.html b/core/src/components/radio-group/test/validation/index.html index 29e05fb550..524f603af7 100644 --- a/core/src/components/radio-group/test/validation/index.html +++ b/core/src/components/radio-group/test/validation/index.html @@ -80,7 +80,6 @@ id="optional-radio-group" helper-text="You can skip this field" allow-empty-selection="true" - required > Cucumbers
Tomatoes