Page variable object properties

Hi, I just found out how to add a variable as an object on the page, which is really cool, but it would be nice if Wappler could detect the object and parse out the properties. I can bind to the variable like so:

<dmx-value id="modal_users_title" dmx-bind:value="{ &quot;name&quot;: &quot;Create New User&quot; }"></dmx-value>

But the “name” property doesn’t show in the expression selector, only ‘value’. It’s a low priority issue, since I can add it manually:

<h5 class="modal-title">{{modal_users_title.value.name}}</h5>

:slight_smile:

Community Page
Last updated: