无法编辑我的文本区域

时间:2018-08-14 06:18:35

标签: html textarea

我在html代码中创建了一个textarea,但无法在网页中编辑其中的文本。可能是什么原因? 这是我的代码:

<div class="field-group">
    <div class="field">
        <textarea rows="20" cols="70" class="relative" id="myTextarea">
               Welcome!!
        </textarea>
    </div>
</div>

1 个答案:

答案 0 :(得分:1)

我不知道您错过了什么,我添加了HTML标签,它对我来说很好用。我希望它也对您有用。

cell.button.isSelected = item.isPlaying
cell.callback = {
    item.isPlaying = !item.isPlaying
    cell.button.isSelected = item.isPlaying
} 

相关问题