{{#if label}} {{/if}} {{#if warning}} {{#message-in-page type="warning"}} {{warning}} {{/message-in-page}} {{/if}} {{#each inputList as |data index|}}
{{input data-test-string-list-input=index type="text" class="input" value=data.value name=(concat elementId "-" index) id=(concat elementId "-" index) key-up=(action "inputChanged" index) change=(action (action "inputChanged" index) value="target.value") }}
{{#if (eq (inc index) inputList.length)}} {{else}} {{/if}}
{{/each}}