Sheya Bernstein

Results 6 comments of Sheya Bernstein

@andrewsmedina what sort of test would you like me to add?

Hi @zinjacoder I've been unable to reproduce this issue. Can you please post your results from `/admin/api.php`?

Hey @barnosch would you be able to submit a PR?

Hi @E3V3A , what seems to be the issue?

hi @acejacek please create a PR. Thanks!

Hi @aleksihakli, yes, to send an event when subscribing to a recurrence input change event. Otherwise the following code will not execute; ``` document.getElementById('id_recurrence').addEventListener('change', (event) => { console.log(event) }); ```