emberjs/ember.js

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

Open

#17.877 geöffnet am 7. Apr. 2019

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (4.216 Forks)batch import
DocumentationHelp Wanted

Repository-Metriken

Stars
 (22.437 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 14h) (20 gemergte PRs in 30 T)

Beschreibung

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