All I want is to be able to get the input from a polymer element and alert it onchange WITHOUT creating a custom polymer element.
issues: on-change
I was working with paper-slider and found out that the "on-change" doesn't do anything, but "onchange" triggered what I wanted. Since paper-input is a Polymer element, it should work with the declarative event handling.