textarea to form-field

This commit is contained in:
dcore94 2022-03-28 16:55:56 +02:00
parent 03d33f6805
commit 3d5e620e27
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class CodeInputRenderer extends Renderer{
${this.title}
<span class="ccp-help-icon" title="${this.description}" alt="${this.description}">?</span>
</label>
<textarea>${this.schema.default}</textarea>
<textarea class="form-field">${this.schema.default}</textarea>
</div>
`
return this.#html