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.
20 lines
437 B
20 lines
437 B
1 year ago
|
<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>
|