We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f444a commit 67df737Copy full SHA for 67df737
core/src/components/radio-group/radio-group.tsx
@@ -318,11 +318,11 @@ export class RadioGroup implements ComponentInterface {
318
}
319
320
return (
321
- <div class="radio-group-top" part="top">
322
- <div id={helperTextId} class="helper-text" part="helper-text" aria-live="polite">
+ <div class="radio-group-top">
+ <div id={helperTextId} class="helper-text" part="supporting-text helper-text" aria-live="polite">
323
{!isInvalid ? helperText : null}
324
</div>
325
- <div id={errorTextId} class="error-text" part="error-text" role="alert">
+ <div id={errorTextId} class="error-text" part="supporting-text error-text" role="alert">
326
{isInvalid ? errorText : null}
327
328
0 commit comments