Hi,
We looked into it, it’s a bug on our end and we are working in it.
In the meanwhile you can add the event using code, check out this code for example:
$w.onReady(function () {
$w('#element').onChange((event, $w) => {
console.log(event);//place your code here
} );
});