emberjs/ember.js

Splattributes, {{action}} modifier and component event handlers

Open

#17877 opened on Apr 7, 2019

View on GitHub
 (7 comments) (0 reactions) (0 assignees)JavaScript (22,437 stars) (4,216 forks)batch import
DocumentationHelp Wanted

Description

See https://github.com/emberjs/ember.js/pull/17874#discussion_r272809665

As part of the fix we need to decide which one fires first, since it was not specified in the RFC. My gut feeling is that the component’s handler should fire first and given the option to cancel it.

Contributor guide