
1,661 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Here is a radio button within the render() method:
The eventhandler nor the function does not receive any onchange trigger:
Any help on this ?
Never Mind.
Change to this:
this.domElement.querySelector('input#idSubscriptionption').addEventListener('click', () => { handleClick(); });