Use knockout.js for binding value and array title

I have an array and show it as a accordion in my page. I want to bind value of some input in this array with a span that is the title of accordion. but I can’t do it. if I put a data-bind for span when second rows of array insert into page , knockout shows an error that this data-bind is repetitious. how can I bind this fields together with knockout? this image may help you for understanding my problem. in this example I want to put value of First Name and Last Name instead of title of its rows.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.