当我输入时,为什么不会更新绑定到我的文本区域的字符串var?

时间:2017-11-27 10:10:39

标签: angular

我有一小段代码如下:

<div class="col-sm-4 form-group">
  <label for="comment">Motivatie:</label>
  <textarea class="form-control" rows="5" id="comment" [(value)]= "motivation"></textarea>
  <br><br>
</div>

当我打字时它应该更新动机变量但没有任何反应。当我使用[(ngModel)]时,我得到一个错误,所以我宁愿使用值。 motivation被声明为组件中的字符串。

任何帮助都将不胜感激。

0 个答案:

没有答案