feat(breaking): selectedIndex -> selectedId in ComboBox

This commit is contained in:
K.Kiyokawa 2022-01-17 13:13:20 +09:00
commit a260a75eb8
5 changed files with 74 additions and 88 deletions

View file

@ -25,7 +25,7 @@
<ComboBox
titleText="Contact"
placeholder="Select contact method"
selectedIndex="{1}"
selectedId="1"
items="{items}"
/>