textarea to form-field
This commit is contained in:
parent
03d33f6805
commit
3d5e620e27
|
@ -193,7 +193,7 @@ class CodeInputRenderer extends Renderer{
|
||||||
${this.title}
|
${this.title}
|
||||||
<span class="ccp-help-icon" title="${this.description}" alt="${this.description}">?</span>
|
<span class="ccp-help-icon" title="${this.description}" alt="${this.description}">?</span>
|
||||||
</label>
|
</label>
|
||||||
<textarea>${this.schema.default}</textarea>
|
<textarea class="form-field">${this.schema.default}</textarea>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
return this.#html
|
return this.#html
|
||||||
|
|
Loading…
Reference in New Issue