Quantcast
Viewing all articles
Browse latest Browse all 4826

Checkbox - on-change not triggered in Chrome Browser

@mithula.s wrote:

When an enclosing div has an action associated to it, the checkbox’s on-change action is not triggered in Chrome browser.

In the following example, only enclosingDivAction is triggered and changeAction is not triggered.

<div onclick={{action "enclosingDivAction"}}>
    {{input type="checkbox" checked=isChecked on-change="changeAction"}}
</div>

But in Edge, both the actions are triggered.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles