Select option with dmx-bind:selected does not get selected on load

Wappler Version : 6.0.0 beta 2
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

A select option using a dmx-bind:selected attribute should be selected if the expression evaluates to true

Actual behavior

The option is not selected

How to reproduce

<select id="select_localization_id" class="custom-select register" name="localization_id" dmx-bind:options="" required="">
     <option value="" dmx-repeat:each_localization="current_tenant.data.localizations" dmx-bind:value="localization_id" dmx-text="display_name" dmx-bind:selected="default_localization"></option>

</select>

AC2 produces this (there should be a selected value)

AC1 produces this on load (and is expected behavior)
Screenshot 2023-08-03 at 11.39.52 AM

Please test if this update solves it.

dmxAppConnect.zip (28.5 KB)

Hey Patrick, thanks for the update, but this did not solve.

 App Connect
 Version: 2.0.0-beta.11
 (c) 2023 Wappler.io
 @build 2023-08-04 11:51:52

New update

dmxAppConnect.zip (28.6 KB)

Thanks, fixed.

This has been fixed in the latest beta updates.