ion-select-option
Select Options 是 Select 的子元素组件。每个定义的选项都会传递并显示在 Select 对话框中。
有关用法示例,请参阅 Select 文档。
Properties
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 |
Events
该组件没有可用的事件。
Methods
该组件没有可用的公共方法。
CSS Shadow Parts
该组件没有可用的 CSS 阴影部分。
CSS Custom Properties
该组件没有可用的 CSS 自定义属性。