更新文本域组件

master
chenjiajian 2023-04-26 17:34:23 +08:00
parent 734dbc0785
commit 55b2c910bd
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ class TextArea extends Component {
return html` return html`
<div class="label"> <div class="label">
<textarea <textarea
:value=${this.value}
ref="textarea" ref="textarea"
spellcheck="false" spellcheck="false"
readonly=${this.readOnly} readonly=${this.readOnly}