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
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
3146
+
* Text that is placed underneath the option text to provide additional details about the option.
3147
+
*/
3148
+
"description"?: string;
3149
+
/**
3150
+
* If `true`, the user cannot interact with the select option.
3147
3151
* @default false
3148
3152
*/
3149
3153
"disabled": boolean;
3154
+
/**
3155
+
* How to pack the label and the option's selection control within a line. `"start"`: The label and radio will appear on the left in LTR and on the right in RTL. `"end"`: The label and radio will appear on the right in LTR and on the left in RTL. `"space-between"`: The label and radio will appear on opposite ends of the line with space between the two elements. Applies to the `alert`, `popover`, and `modal` interfaces, but has no visible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there). When unset, the interface picks a default based on mode and control type.
3156
+
*/
3157
+
"justify"?: 'start' | 'end' | 'space-between';
3158
+
/**
3159
+
* Where the label is placed relative to the option's selection control (radio circle or checkbox box) when the option is rendered in an `alert`, `popover`, or `modal` interface. `"start"`: The label will appear to the left of the radio in LTR and to the right in RTL. `"end"`: The label will appear to the right of the radio in LTR and to the left in RTL. Applies to the `alert`, `popover`, and `modal` interfaces, but has no visible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there). When unset, the interface picks a default based on mode and control type.
3160
+
*/
3161
+
"labelPlacement"?: 'start' | 'end';
3162
+
/**
3163
+
* The mode determines the platform behaviors of the component.
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
8364
+
* Text that is placed underneath the option text to provide additional details about the option.
8365
+
*/
8366
+
"description"?: string;
8367
+
/**
8368
+
* If `true`, the user cannot interact with the select option.
8349
8369
* @default false
8350
8370
*/
8351
8371
"disabled"?: boolean;
8372
+
/**
8373
+
* How to pack the label and the option's selection control within a line. `"start"`: The label and radio will appear on the left in LTR and on the right in RTL. `"end"`: The label and radio will appear on the right in LTR and on the left in RTL. `"space-between"`: The label and radio will appear on opposite ends of the line with space between the two elements. Applies to the `alert`, `popover`, and `modal` interfaces, but has no visible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there). When unset, the interface picks a default based on mode and control type.
8374
+
*/
8375
+
"justify"?: 'start' | 'end' | 'space-between';
8376
+
/**
8377
+
* Where the label is placed relative to the option's selection control (radio circle or checkbox box) when the option is rendered in an `alert`, `popover`, or `modal` interface. `"start"`: The label will appear to the left of the radio in LTR and to the right in RTL. `"end"`: The label will appear to the right of the radio in LTR and to the left in RTL. Applies to the `alert`, `popover`, and `modal` interfaces, but has no visible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there). When unset, the interface picks a default based on mode and control type.
8378
+
*/
8379
+
"labelPlacement"?: 'start' | 'end';
8380
+
/**
8381
+
* The mode determines the platform behaviors of the component.
0 commit comments