If my data source requires a repeat region and i add a repeat on the row with a column inside then use the GUI bindings it adds the data as though it were never in a repeat.
Example
<div class="row" is="dmx-repeat" id="repeat1" dmx-bind:repeat="api1.data">
<div class="col">
{{api1.data[0].country}} // Should be {{country}}
</div>
</div>
Community Page
Last updated:
Last updated: