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 a291199 commit e46e459Copy full SHA for e46e459
packages/uui-copy/lib/uui-copy.element.ts
@@ -97,7 +97,7 @@ export class UUICopyElement extends LitElement {
97
console.log('Element found to copy from', el);
98
this.#valueToCopy = el.textContent || el.innerText || '';
99
100
- // Overrude the value to copy ,if the element has a value property
+ // Override the value to copy ,if the element has a value property
101
// Such as uui-input or uui-textarea or native inout elements
102
if ('value' in el) {
103
console.log('This element has a value property', el);
0 commit comments