Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ember.js/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ember.js textarea";关于;行动_Ember.js - Fatal编程技术网

Ember.js textarea";关于;行动

Ember.js textarea";关于;行动,ember.js,Ember.js,{{textarea value=order.note action=“autoSave”on=“focus out”} 我有一个很奇怪的问题。当我想将on=”“action event与textarea一起使用时,会出现以下错误: initember.debug.js:43662TypeError:this.on不是函数。(在“this.on”(“粘贴”,this,this.\u elementValueDidChange)中,“this.on”是“聚焦输出”) 您想要: {{textarea

{{textarea value=order.note action=“autoSave”on=“focus out”}

我有一个很奇怪的问题。当我想将on=”“action event与textarea一起使用时,会出现以下错误:

initember.debug.js:43662TypeError:this.on不是函数。(在“this.on”(“粘贴”,this,this.\u elementValueDidChange)中,“this.on”是“聚焦输出”)

您想要:

{{textarea value=order.note focus-out="autoSave"}}