-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
As near as I can tell, onchange doesn't ever fire.
<code-input lang="js" onchange="console.log(this.value)"></code-input>
The console.log never occurs. I stepped through the code and found one issue (line 71), but even when I fixed it, I didn't get any change events. AFAIK, changing the value via javascript doesn't trigger change events on any element, so you'd need to manually dispatch them.
Metadata
Metadata
Assignees
Labels
No labels