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 don't know if the OP wanted a change callback while typing...but for Polymer 1.0+ one can listen to the changes while typing simply use the on-input instead of on-change "event"
on-input
on-change