emberjs/ember.js
GitHub で見るSplattributes, {{on}} modifier and component event handlers
Open
#17,877 opened on 2019年4月7日
DocumentationHelp Wanted
Repository metrics
- Stars
- (22,437 stars)
- PR merge metrics
- (平均マージ 11d 14h) (30d で 20 merged PRs)
説明
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.