Wappler Version : 5.8.2 Beta
Operating System : Windows
Server Model: PHP
Database Type: MySQL
Hosting Type: WAMP
Expected behavior
What do you think should happen?
The following code should create a populated dropdown as it does in the Stable channel:
<select id="i_contact_tags"
dmx-bind:options="lookups.data.lookups.where(`lookup_type`, 10, "==").where(`is_hidden`, 0, "==")"
optiontext="lookup_name" optionvalue="id" name="tags" class="input_multi_select"
dmx-on:changed="contact_tags.addUniq(value);f_contact.i_contact_tags.setValue('')"
>
When fed with this data:
Actual behavior
What actually happens?
The dropdown is empty. There are multiple dropdowns coded in the same way which are also empty.