alchaplinsky / polymer-elements-rails

Polymer elements for Rails
https://elements.polymer-project.org/
MIT License
39 stars 17 forks source link

on-change not working in paper-input #22

Open eugenio1590 opened 7 years ago

eugenio1590 commented 7 years ago

I am using the following code to enter an email type data. And I want to see the value entered in an alert.

<paper-input required label="Email" type="email" on-change="alert(this.value)" />

But I do not see any alerts.