AC2 Bug #10 - Textarea Displays Value of 0 Instead of the Placeholder

Wappler Version : 5.8.2 Beta - dmxAppConnect.js 2023-06-20 1117
Operating System : Windows
Server Model: PHP
Database Type: MySQL
Hosting Type: WAMP

Expected behavior

What do you think should happen?

A textarea with the following code should be presented when the page is first viewed with no content and showing the placeholder, as it does in the stable channel:

<textarea id="i_comment" class="form-control  textarea_comments mt-1 rc_10" 
name="comment" 
placeholder="Comments..." 
dmx-show="comment_box==1" 
dmx-on:updated="responses.update({attendee_number_question: this_attendee_number.value+'_'+id},{comment: i_comment.value})"></textarea>

Actual behavior

What actually happens?

It is displaying the character ‘0’;

This should be fixed with the following update

Fixed in dmxAppConnect.js (2023-06-23 0942) :tada:

fixed in the extensions beta channel as inline update