mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
feat(breaking): selectedIndex -> selectedId in ComboBox
This commit is contained in:
parent
58de79d66b
commit
a260a75eb8
5 changed files with 74 additions and 88 deletions
|
@ -25,7 +25,7 @@
|
|||
<ComboBox
|
||||
titleText="Contact"
|
||||
placeholder="Select contact method"
|
||||
selectedIndex="{1}"
|
||||
selectedId="1"
|
||||
items="{items}"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue