Wappler Version : 4.4.4
Operating System : mac intel
Server Model: node
Database Type:
Hosting Type:
Expected behavior
I should be able to select a variable in the data bindings picker, even if that variable has a calculation
Actual behavior
Forever spinner in the data binding window.
How to reproduce
Created a variable that calculates is value based on another variable
<dmx-value id="var2" dmx-bind:value="var1.value + 1"></dmx-value>
Attempt to bind var2: