mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
hotfix(TimePickerSelect): hideLabel should be true
This commit is contained in:
parent
e1fbd56231
commit
d095fda8aa
1 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,10 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated The `hideLabel` prop for `TimePickerSelect` is no longer needed and has been deprecated. It will be removed in the next major release.
|
* @deprecated The `hideLabel` prop for `TimePickerSelect` is no longer needed and has been deprecated. It will be removed in the next major release.
|
||||||
* Set to `true` to visually hide the label text
|
* Set to `false` to show the label text
|
||||||
* @type {boolean} [hideLabel=false]
|
* @type {boolean} [hideLabel=true]
|
||||||
*/
|
*/
|
||||||
export let hideLabel = false;
|
export let hideLabel = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set an id for the select element
|
* Set an id for the select element
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue