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
* Text that is placed underneath the option text to provide additional details about the option.
3828
+
*/
3829
+
"description"?: string;
3826
3830
/**
3827
3831
* 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.
* Text that is placed underneath the option text to provide additional details about the option.
9931
+
*/
9932
+
"description"?: string;
9925
9933
/**
9926
9934
* 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.
0 commit comments