简体   繁体   中英

Aurelia: Using index value to increment array value in input binding

I am trying to increment an array value inside a value.bind directive so that, in this example, three rows are created, incrementing the array number:

<tr repeat.for="i of 3">
    <td><input  type="text" value.bind="GS.qData.estate[**${$index}**].name"></td>
**strong text**</tr>

I have tried several permutations ( {$i}, etc ), but nothing seems to work.

Further research seems to show that the repeater won't do this, so I have other solutions. Thanks for the reply.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM