更新文本域组件
parent
734dbc0785
commit
55b2c910bd
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue