mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
add hideLabel to ComboBox
This commit is contained in:
parent
896c16a6be
commit
67bfd802a4
4 changed files with 23 additions and 1 deletions
6
types/ComboBox/ComboBox.svelte.d.ts
vendored
6
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -60,6 +60,12 @@ type $Props = {
|
|||
*/
|
||||
titleText?: string;
|
||||
|
||||
/**
|
||||
* Set to `true` to visually hide the label text
|
||||
* @default false
|
||||
*/
|
||||
hideLabel?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the placeholder text
|
||||
* @default ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue