feat(radio): add helperText and errorText properties

This commit is contained in:
Brandy Smith
2025-01-28 18:22:26 -05:00
parent 45705b2c3f
commit 4a312e837f
7 changed files with 136 additions and 4 deletions

View File

@ -612,6 +612,8 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio, JSX.IonRadio
'color',
'name',
'disabled',
'errorText',
'helperText',
'value',
'labelPlacement',
'justify',