textarea to form-field
This commit is contained in:
parent
03d33f6805
commit
3d5e620e27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue