Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

on-tap is not triggered when pressing enter key #43

Open
filaraujo opened this issue Oct 15, 2014 · 0 comments
Open

on-tap is not triggered when pressing enter key #43

filaraujo opened this issue Oct 15, 2014 · 0 comments

Comments

@filaraujo
Copy link

<polymer-element name="demo-test" attributes="">
            <template>
                <style>
                    :host {
                        display: block;
                    }
                </style>
                <button name="button" on-tap="{{ doSomething }}">doSomethingOnTap</button>
                <button name="button" on-click="{{ doSomething }}">doSomethingOnClick</button>
            </template>
            <script>
                Polymer('demo-test', {
                    doSomething: function() {
                        alert('something');
                    }
                });
            </script>
        </polymer-element>

<demo-test></demo-test>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant