Skip to content

Commit fa622b0

Browse files
committed
Add textarea interface to code-input element in d.ts
1 parent b2613ae commit fa622b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export namespace templates {
417417
* of `document.createElement("code-input")`. Attributes are only set when
418418
* the element's template has been registered, and before this are null.
419419
*/
420-
export class CodeInput extends HTMLElement {
420+
export class CodeInput extends HTMLTextAreaElement { // Tries to implement textarea interface
421421
/**
422422
* When the code-input's template is registered, this contains its codeInput.Template object.
423423
*/

0 commit comments

Comments
 (0)