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 Mar 13, 2018. It is now read-only.
The onclick handler calls the clearInput() function below. But it seems that the getElementById doesn't work on Chrome in Polymer. No problems with Firefox and Safari.
function clearInput() {
document.getElementById('inputWithButton').value='';
}
Uncaught TypeError: Cannot set property 'value' of null