Svelte: Binding of value inside an array does not work

I created a REPL to illustrate my issue.
So I have an array with elements and those elements bind there properties to input fileds.
But changing those values does nothing. On log or add all changes get lost.

Thanks in advance

I tried adding a id prop to Item