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 fba1558 commit b1751f0Copy full SHA for b1751f0
packages/uui-button-copy-text/lib/uui-button-copy-text.element.ts
@@ -73,7 +73,7 @@ export class UUIButtonCopyTextElement extends UUIButtonElement {
73
const el = document.getElementById(this.copyFrom);
74
if (el) {
75
// Override the value to copy, if the element has a value property
76
- // Such as uui-input or uui-textarea or native inout elements
+ // Such as uui-input or uui-textarea or native input elements
77
if ('value' in el) {
78
valueToCopy = (el as any).value;
79
} else {
0 commit comments