Hello,
We are using jQuery repeater to add variations to an object with a dropdown select and text field. We can save variations successfully but when editing the object we need to init the created variations for the object. For example a t-shirt has two variations color(dropdown) red(text) and size(dropdown) M(text). When we edit this t-shirt we want to open the modal with these two repeater items already loaded.
Hi,
To populate saved repeater rows with saved inputs of each row's you just need to render each row as shown below:
<div data-repeater-item></div>
<div data-repeater-item></div>
<div data-repeater-item></div>