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)