We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa65695 commit a7290eeCopy full SHA for a7290ee
packages/uui-color-swatch/lib/uui-color-swatch.element.ts
@@ -110,6 +110,10 @@ export class UUIColorSwatchElement extends LabelMixin(
110
}
111
112
113
+ focus(options?: FocusOptions | undefined): void {
114
+ (this.selectableTarget as HTMLElement | undefined)?.focus(options);
115
+ }
116
+
117
#selectButtonChanged(button?: Element | undefined) {
118
this.selectableTarget = button || this;
119
0 commit comments