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
You can specify a custom change event name in the annotation using the following syntax https://www.polymer-project.org/1.0/docs/devguide/data-binding.html#two-way-native :
target-prop="{{hostProp::target-change-event}}"