OS info
- Operating System : Windows 10.0.19044
- Wappler Version : 5.0.0-beta.8
Problem description
Testing form repeat with data store.
Steps to reproduce
When name
attribute (a) and binding (id) are different, the value
attribute displays correctly.
<form id="form1">
<div is="dmx-form-repeat" id="formRepeat1" dmx-bind:items="cart.data">
<input name="a" type="hidden" dmx-bind:value="id">
</div>
</form>
When name
attribute (id) and binding (id) are the same, the value
attribute displays as [object object]
.
<form id="form1">
<div is="dmx-form-repeat" id="formRepeat1" dmx-bind:items="cart.data">
<input name="id" type="hidden" dmx-bind:value="id">
</div>
</form>
Community Page
Last updated:
Last updated: