You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
We get the following exception when the element is loaded:
Exception caught during observer callback: TypeError: Cannot read property 'replace' of null
at paper-input.Polymer.inputValueChanged (.../packages/paper_elements/src/paper-input/paper-input.html:227:40)
at paper-input.g.invokeMethod (.../packages/polymer/src/js/polymer/polymer.js:12:12307)
at paper-input.g.notifyPropertyChanges (.../packages/polymer/src/js/polymer/polymer.js:12:10593)
at Object.Observer.report_ (.../packages/web_components/platform.js:12:12814)
at Object.createObject.check_ (.../packages/web_components/platform.js:12:18305)
at c (.../web/packages/web_components/platform.js:12:5610) (.../packages/web_components/platform.js:12)
We are using the standard way angular has dictated:
We get the following exception when the element is loaded:
We are using the standard way angular has dictated:
Interestingly, using the paper-input element by itself does not cause any issues.