Skip to content

Commit a6f3820

Browse files
leekelleherCopilot
authored andcommitted
Update packages/uui-color-slider/lib/uui-color-slider.element.ts
Co-authored-by: Copilot <[email protected]>
1 parent da372bb commit a6f3820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-color-slider/lib/uui-color-slider.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class UUIColorSliderElement extends LabelMixin('label', LitElement) {
107107
* @attr 'hide-value-label'
108108
* @default false
109109
*/
110-
@property({ type: Boolean, attribute: 'hide-value-label' })
110+
@property({ type: Boolean, attribute: 'hide-value-label', reflect: true })
111111
hideValueLabel = false;
112112

113113
private container!: HTMLElement;

0 commit comments

Comments
 (0)