ion-select-option
Select Options(选择选项)是 Select(选择器)组件的子元素组件。每个定义的选项都会被传递并显示在 Select 对话框中。
关于使用示例,请参阅 Select 文档。
属性
disabled
| Description | 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. |
| Attribute | disabled |
| Type | boolean |
| Default | false |
value
| Description | The text value of the option. |
| Attribute | value |
| Type | any |
| Default | undefined |
事件
No events available for this component.
方法
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.