mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(combo-box): add direction prop
This commit is contained in:
parent
f6a4a59894
commit
2fc2767acd
6 changed files with 39 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
</script>
|
||||
|
||||
<ComboBox
|
||||
direction="top"
|
||||
titleText="Contact"
|
||||
placeholder="Select contact method"
|
||||
items="{items}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue