Props
| Prop | Type | Default | Notes |
|---|---|---|---|
label | string | '' | |
description | string | '' | |
value | string | '' | |
selected | boolean | false | |
disabled | boolean | false |
StellarUI
<stellar-combobox-item
value="luna"
selected
>
Luna
<span slot="description">Confident explorer with bright green eyes.
</span>
</stellar-combobox-item>Complete props, events, slots, and implementation notes for the shipped combobox item.
| Prop | Type | Default | Notes |
|---|---|---|---|
label | string | '' | |
description | string | '' | |
value | string | '' | |
selected | boolean | false | |
disabled | boolean | false |
| Event | Source | Notes |
|---|
| Slot | Notes |
|---|---|
| default | Main label content for the option row. |
description | Optional helper copy shown below the label. |