Skip to content

onchange event doesn't fire #28

@dfoverdx

Description

@dfoverdx

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions