@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
enclosingDivActionis triggered andchangeActionis 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