emberjs/ember.js

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

Open

#17 877 ouverte le 7 avr. 2019

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)JavaScript (4 216 forks)batch import
DocumentationHelp Wanted

Métriques du dépôt

Stars
 (22 437 stars)
Métriques de merge PR
 (Merge moyen 11j 14h) (20 PRs mergées en 30 j)

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.

Guide contributeur