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.
2316
2316
*/
2317
2317
"compareWith"?: string|RadioGroupCompareFn|null;
2318
+
/**
2319
+
* The error text to display at the top of the radio group.
2320
+
*/
2321
+
"errorText"?: string;
2322
+
/**
2323
+
* The helper text to display at the top of the radio group.
2324
+
*/
2325
+
"helperText"?: string;
2318
2326
/**
2319
2327
* 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.
7112
7120
*/
7113
7121
"compareWith"?: string|RadioGroupCompareFn|null;
7122
+
/**
7123
+
* The error text to display at the top of the radio group.
7124
+
*/
7125
+
"errorText"?: string;
7126
+
/**
7127
+
* The helper text to display at the top of the radio group.
7128
+
*/
7129
+
"helperText"?: string;
7114
7130
/**
7115
7131
* The name of the control, which is submitted with the form data.
0 commit comments