AC2 Bug #6 - Dropdown Has No Content

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, &quot;==&quot;).where(`is_hidden`, 0, &quot;==&quot;)" 
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.

dmxAppConnect.js (2023-06-23 0942) fixes this! :innocent:

fixed in the extensions beta channel as inline update