Two way live binding on an array

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

This issue is also probably related: https://github.com/canjs/canjs/issues/1692

More than related. It’s an ouright dupe.
Thanks.

Here is a little workaround https://github.com/canjs/canjs/issues/2109