You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
437 B

<div class="complex-repeater">
<div>
<div>
<button data-repeater-create>create</button>
</div>
<div>
<div data-repeater-list="complex-repeater">
<div data-repeater-item>
<div>
<input type="text" name="text-input" value="A"/>
</div>
<div>
<button data-repeater-delete></button>
</div>
</div>
</div>
</div>
</div>
</div>