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
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
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