Ember.js 在带有余烬的表单中键入ahead.js?

Ember.js 在带有余烬的表单中键入ahead.js?,ember.js,typeahead.js,Ember.js,Typeahead.js,是否有人成功地将typeahead.js与ember一起使用在表单中?我一直在尝试使用ember aupac typeahead。当我开始键入时,typeahead会显示正确的值,但当我提交表单时,该值不会与表单的其余部分一起传递。component.js:console.log(this.get('country') template.hbs: {{aupac typeahead action=(action(mut国家)) class='form-control' source=countr

是否有人成功地将typeahead.js与ember一起使用在表单中?我一直在尝试使用ember aupac typeahead。当我开始键入时,typeahead会显示正确的值,但当我提交表单时,该值不会与表单的其余部分一起传递。

component.js:
console.log(this.get('country')

template.hbs:
{{aupac typeahead action=(action(mut国家))
class='form-control'
source=countrySource
占位符=“搜索国家”}

使用ember aupac typeahead是不可能的。它正在按预期工作


如果你举个例子,我可以看看。

你解决问题了吗?