We have a simple array returned from our model (Nameservers).
{#each nameservers}
<input {($value)}="."/>
{{/each}}
The values from the Map get properly inserted,
but the values the user enters don’t get brought back into the Map.
Am I missing something?
The #each should have double braces around it… but assuming that was just a typo it sounds like a bug, could you file one?
Looks like it was already found and issue filed. I can’t post a link to the issue as apparently I am a new user. https://github.com/canjs/canjs/issues/2109
daffl
4
More than related. It’s an ouright dupe.
Thanks.
pYr0x
6