-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When I use event.target on handler action, the types don't find the properties
for example:
$w('#myCheckbox').onChange((event) => {
if (event.target.checked) { // <<< here
// do ...
} else {
// do ...
}
});
I see an ts error
Property 'checked' does not exist on type 'Element'.ts(2339)
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working