This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Can not bind to snake-case Polymer events with on-<event> #1478
Closed
Description
Right now, we listen to the "coreSelected" event (camelCased) when a template adds a on-core-selected attribute.
Polymer, at least, uses snake-casing for their event names. In order to support those events, we should listen to "core-selected" instead of "coreSelected".
e.g. <paper-dropdown on-core-selected="ctrl.action()">
Metadata
Metadata
Assignees
Labels
No labels