i'm a newbie in ember js and i'm having this problem:
I have three same input fields in one view, the problem is when i type on one field the value gets passed on the other fields.
{{input type="text" value=item }}
{{input type="text" value=item }}
{{input type="text" value=item }}
How can i stop the value from being passed to other inputs?
Aucun commentaire:
Enregistrer un commentaire