hotfix(TimePickerSelect): hideLabel should be true

This commit is contained in:
josefaidt 2020-09-18 15:38:46 -05:00
commit d095fda8aa

View file

@ -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