AC2 Bug #19 - Select Statements Not Displaying Their Value Since 6.0 Beta 2

Wappler Version :6.0.0 beta 2 dmxAppConnect.js @build 2023-08-08 10:37:14
Operating System : Windows 11
Server Model: PHP
Database Type: MySQL
Hosting Type: All

Expected behavior

What do you think should happen?

This select statement should display the value it has been set to by dmx-bind:value:

<select id="i_activity_client_buys" name="client_buys"
 class="input_select select_200" 
dmx-bind:disabled="view_edit_mode.value=='view'" 
dmx-bind:value="activity.data.activity.client_buys">

Actual behavior

What actually happens?

It is ignoring this value. It happens for all of my select statements.

How to reproduce

  • Go to http://test.workshop-angel.com/
  • Create a login
  • Go to Activities, Click on [+Event] Go to Step 4 and set the value of “Client Buys a” field to “Ticket”. Hit [Save]
  • View step 4 of the example Retreat.
  • This should have a value of “Place”, but it displays the value of “Ticket”.

Probably releated to the other select bug, please use the update posted there.

Also fixed with dmxAppConnect.js @build 2023-08-09 10:13:35

This has been fixed in the latest beta updates.