Skip to content

Commit 94c1045

Browse files
committed
Disable toggle button
1 parent 12d8f75 commit 94c1045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ export class UUIColorPickerElement extends LabelMixin('label', LitElement) {
675675
this.lightness
676676
}%, ${this.alpha / 100})`,
677677
})}
678+
?disabled=${this.disabled}
678679
@click=${this.openColorPicker}
679680
aria-haspopup="true"
680681
aria-expanded="false"></button>

0 commit comments

Comments
 (0)