diff --git a/client/ui/MduiPatchedTextAreaElement.ts b/client/ui/MduiPatchedTextAreaElement.ts index a028b8e..0459886 100644 --- a/client/ui/MduiPatchedTextAreaElement.ts +++ b/client/ui/MduiPatchedTextAreaElement.ts @@ -3,8 +3,8 @@ import { $ } from "mdui" export default class MduiPatchedTextAreaElement extends HTMLElement { static observedAttributes = ['value', 'placeholder'] declare inputDiv?: HTMLDivElement - declare inputPlaceHolderDiv?: HTMLDivElement declare inputContainerDiv?: HTMLDivElement + declare placeholder?: string | number | null constructor() { super() @@ -18,8 +18,10 @@ export default class MduiPatchedTextAreaElement extends HTMLElement { this.inputContainerDiv = new DOMParser().parseFromString(`
-