Emberjs-1.0.0-rc.6 click to dynamically add more or multiple input fields
问题 I want to create a form where uses can click a button to add additional input fields. I have created a partialy working here jsfidle and the entire code in the jsfiddle is pased below: I have 3 problems: This adds a textfield but is not using ember bindings $("#addField").append(' ') . When I try to the version that relies on handlebars I means this: ** $("#addField").append('{{textArea value=name}} ') , instead of the output being a **textArea , I get just {{textArea value=name}} Since the