You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
2308
2308
*/
2309
2309
"compareWith"?: string|RadioGroupCompareFn|null;
2310
+
/**
2311
+
* The error text to display at the top of the radio group.
2312
+
*/
2313
+
"errorText"?: string;
2314
+
/**
2315
+
* The helper text to display at the top of the radio group.
2316
+
*/
2317
+
"helperText"?: string;
2310
2318
/**
2311
2319
* The name of the control, which is submitted with the form data.
* This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
7080
7088
*/
7081
7089
"compareWith"?: string|RadioGroupCompareFn|null;
7090
+
/**
7091
+
* The error text to display at the top of the radio group.
7092
+
*/
7093
+
"errorText"?: string;
7094
+
/**
7095
+
* The helper text to display at the top of the radio group.
7096
+
*/
7097
+
"helperText"?: string;
7082
7098
/**
7083
7099
* The name of the control, which is submitted with the form data.
0 commit comments