标签: forms ember.js
我试图用easyForm预选一个选择框。 https://github.com/dockyard/ember-easyForm
我制作了一个JsBin:http://emberjs.jsbin.com/EveQOke/64/edit
我在编写https://github.com/dockyard/ember-easyForm#usage的文档中做了一切,但没有运气。也许有人可以指出我做错了什么。
答案 0 :(得分:2)
我将selection="country"替换为value="country"。这似乎有效。 Here is the working demo
selection="country"
value="country"