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 b2613ae commit fa622b0Copy full SHA for fa622b0
code-input.d.ts
@@ -417,7 +417,7 @@ export namespace templates {
417
* of `document.createElement("code-input")`. Attributes are only set when
418
* the element's template has been registered, and before this are null.
419
*/
420
-export class CodeInput extends HTMLElement {
+export class CodeInput extends HTMLTextAreaElement { // Tries to implement textarea interface
421
/**
422
* When the code-input's template is registered, this contains its codeInput.Template object.
423
0 commit comments