mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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.
|
||||
* Set to `true` to visually hide the label text
|
||||
* @type {boolean} [hideLabel=false]
|
||||
* Set to `false` to show the label text
|
||||
* @type {boolean} [hideLabel=true]
|
||||
*/
|
||||
export let hideLabel = false;
|
||||
export let hideLabel = true;
|
||||
|
||||
/**
|
||||
* Set an id for the select element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue