From d095fda8aa8494d2fccdecb52f9e06ad1d100bbe Mon Sep 17 00:00:00 2001 From: josefaidt Date: Fri, 18 Sep 2020 15:38:46 -0500 Subject: [PATCH] hotfix(TimePickerSelect): hideLabel should be true --- src/TimePicker/TimePickerSelect.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TimePicker/TimePickerSelect.svelte b/src/TimePicker/TimePickerSelect.svelte index 03fddfb9..bb926625 100644 --- a/src/TimePicker/TimePickerSelect.svelte +++ b/src/TimePicker/TimePickerSelect.svelte @@ -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