Skip to content
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
@jbdeboer

Description

@jbdeboer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions