diff --git a/packages/uui-color-swatch/lib/uui-color-swatch.element.ts b/packages/uui-color-swatch/lib/uui-color-swatch.element.ts index 233cba458..36908bf73 100644 --- a/packages/uui-color-swatch/lib/uui-color-swatch.element.ts +++ b/packages/uui-color-swatch/lib/uui-color-swatch.element.ts @@ -59,6 +59,9 @@ export class UUIColorSwatchElement extends LabelMixin( @property({ type: Boolean, reflect: true }) disabled = false; + @property({ type: String, reflect: true }) + group = undefined; + /** * Sets the swatch to readonly mode. * @type {boolean}