#113469
admin
Keymaster

Hi,

You can use the native Javascript addEventListener method and bind to the ‘change’ event.

el.addEventListener('change', (event) => {
// your code here
});

Best regards,
Markov

Smart UI Team
https://www.htmlelements.com/