ion-select-option
选择选项(Select Option)是 Select 的子元素组件。每个定义的选项都会传递并显示在 Select 对话框中。
用法示例请参阅选择器(Select)文档。
属性
disabled
| 说明 | 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. |
| 属性 | disabled |
| 类型 | boolean |
| 默认值 | false |
value
| 说明 | The text value of the option. |
| 属性 | value |
| 类型 | any |
| 默认值 | undefined |
事件
该组件没有可用的事件。
方法
该组件没有可用的公共方法。
CSS 阴影部分
该组件没有可用的 CSS 阴影部分。
CSS 自定义属性
该组件没有可用的 CSS 自定义属性。
插槽
该组件没有可用的插槽。