AC2 Bug #16 - dmx-on:changed Not Firing for a Date Input

Wappler Version :
5.8.2 Beta
dmxAppConnect (2023-06-27 12:52)
dmxDatePicker.js (2023-06-19 15:30:51)

Operating System : Windows
Server Model: PHP
Database Type: MySQL
Hosting Type: WAMP

Expected behavior

What do you think should happen?

A dmx-on:changed should fire for a date picker input:

<input id="i_activity_instalment_payment_date" name="payment_date" 
type="text" class="form-control input_text" is="dmx-date-picker" 
format="D MMM YYYY" dmx-bind:value="payment_date" 
dmx-bind:disabled="view_edit_mode.value=='view'" 
dmx-on:changed.debounce:300="update_instalment.load({id: id, payment_date: i_activity_instalment_payment_date.value, percentage: i_activity_instalment_percentage.value, activity: activity, price: price})">

Actual behavior

What actually happens?

It does in the stable channel, but not in the beta. I have the same code on a adjacent text input and that fires just fine in the beta channel.

There is nothing appearing in the Console.

How to reproduce

See example above.

@patrick, this is not fixed by dmxDatePicker.js @build 2023-07-21 16:03:32…

@patrick, this is not fixed by dmxDatePicker.js @build 2023-07-25 11:24:44…

It happens for the input i_activity_instalment_payment_date

I’m not getting a full data dump for it in the console… maybe because it is within a repeat?

I’m only getting this dump data shown:

instalment_date

Hi there @patrick

While your mind is on the Date Picker, I though I’d let you know that I’ve just uploaded @build 2023-07-31 10:59:54 which you send to Cheese, and this bug is still not fixed…

Best wishes,
Antony.

Here newest version
dmxDatePicker.zip (2.6 KB)

Fixed! :tada:

Thanks @patrick!

This has been fixed.