mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(multi-select): add hideLabel prop
This commit is contained in:
parent
9f2e38f9fc
commit
b2812a1853
6 changed files with 31 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
direction="top"
|
||||
titleText="Contact"
|
||||
label="Select contact methods..."
|
||||
hideLabel
|
||||
items="{[
|
||||
{ id: '0', text: 'Slack' },
|
||||
{ id: '1', text: 'Email' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue