diff --git a/src/components/radio-group/radio-group.ts b/src/components/radio-group/radio-group.ts index a671bc18e..7a44779e9 100644 --- a/src/components/radio-group/radio-group.ts +++ b/src/components/radio-group/radio-group.ts @@ -205,7 +205,7 @@ export default class WaRadioGroup extends WebAwesomeFormAssociatedElement { /** * We use the first available radio as the validationTarget similar to native HTML that shows the validation popup on - * the first radio element. + * the first radio element. */ get validationTarget() { return this.querySelector(':is(wa-radio, wa-radio-button):not([disabled])') || undefined;